UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 167 B
import ScrollSelect from './ScrollSelect.vue'; ScrollSelect.install = (Vue) => { Vue.component(ScrollSelect.name, ScrollSelect); }; export default ScrollSelect;