index.js 190 B

12345678
  1. import ElFormItem from '../form/src/form-item';
  2. /* istanbul ignore next */
  3. ElFormItem.install = function(Vue) {
  4. Vue.component(ElFormItem.name, ElFormItem);
  5. };
  6. export default ElFormItem;