UNPKG

bin-ui

Version:

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

9 lines (6 loc) 177 B
import FormItem from '../form/form-item.vue' /* istanbul ignore next */ FormItem.install = function (Vue) { Vue.component(FormItem.name, FormItem) } export default FormItem