UNPKG

at-ui

Version:

A UI Component Library with Vue.js

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