UNPKG

kingdot

Version:

A UI Components Library For Vue

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