hz-zhhq-web/node_modules/element-ui/packages/form-item/index.js

9 lines
190 B
JavaScript
Raw Normal View History

2025-02-25 13:44:33 +08:00
import ElFormItem from '../form/src/form-item';
/* istanbul ignore next */
ElFormItem.install = function(Vue) {
Vue.component(ElFormItem.name, ElFormItem);
};
export default ElFormItem;