UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

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