Vue.directive('scroll', { inserted: function (el, binding) { let f ... <h1 class="centered">Scroll me</h1> <div v-scroll="handleScroll" class="box" > ...
確定! 回上一頁