index.js 130 Bytes
Newer Older
Nature's avatar
Nature committed
1 2 3 4 5 6 7
import Scroll from './index.vue'

Scroll.install = function (Vue) {
  Vue.component(Scroll.name, Scroll)
}

export default Scroll