2016-07-27 14:15:02 +08:00
|
|
|
const ElFormItem = require('../form/src/form-item');
|
|
|
|
|
2016-10-19 22:48:35 +08:00
|
|
|
/* istanbul ignore next */
|
2016-07-27 14:15:02 +08:00
|
|
|
ElFormItem.install = function(Vue) {
|
|
|
|
Vue.component(ElFormItem.name, ElFormItem);
|
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = ElFormItem;
|