UNPKG

bin-ui

Version:

基于 vue2.6 / vue-cli3 的 UI 组件库

9 lines (6 loc) 152 B
import Input from './input.vue' /* istanbul ignore next */ Input.install = function (Vue) { Vue.component(Input.name, Input) } export default Input