UNPKG

wot-design

Version:

Mobile UI components built on vue.js

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