UNPKG

at-ui

Version:

A UI Component Library with Vue.js

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