UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 147 B
import SelectV2 from './select.vue'; SelectV2.install = function (Vue) { Vue.component(SelectV2.name, SelectV2); }; export default SelectV2;