UNPKG

wp-element-ui

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