UNPKG

nutui-by-zchuhyy

Version:

一套轻量级移动端Vue组件库

9 lines (6 loc) 172 B
import Scroller from './scroller.vue'; import './scroller.scss'; Scroller.install = function(Vue) { Vue.component(Scroller.name, Scroller); }; export default Scroller;