MicroCommunityWeb/node_modules/element-ui/packages/timeline-item/index.js
2020-03-15 00:53:20 +08:00

9 lines
209 B
JavaScript

import ElTimelineItem from '../timeline/src/item';
/* istanbul ignore next */
ElTimelineItem.install = function(Vue) {
Vue.component(ElTimelineItem.name, ElTimelineItem);
};
export default ElTimelineItem;