mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 13:17:47 +08:00
6bbc046563
* chore: fix lint * chore: fix lint and some errors
9 lines
244 B
JavaScript
9 lines
244 B
JavaScript
import DescriptionsItem from '../descriptions/src/descriptions-item';
|
|
|
|
/* istanbul ignore next */
|
|
DescriptionsItem.install = function install(Vue) {
|
|
Vue.component(DescriptionsItem.name, DescriptionsItem);
|
|
};
|
|
|
|
export default DescriptionsItem;
|