UNPKG

at-ui

Version:

A UI Component Library with Vue.js

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