UNPKG

kingdot

Version:

A UI Components Library For Vue

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