first
This commit is contained in:
8
packages/form-item/index.js
Normal file
8
packages/form-item/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import ElFormItem from '../form/src/form-item';
|
||||
|
||||
/* istanbul ignore next */
|
||||
ElFormItem.install = function(Vue) {
|
||||
Vue.component(ElFormItem.name, ElFormItem);
|
||||
};
|
||||
|
||||
export default ElFormItem;
|
Reference in New Issue
Block a user