UNPKG

wot-design

Version:

Mobile UI components built on vue.js

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