first
This commit is contained in:
8
packages/timeline-item/index.js
Normal file
8
packages/timeline-item/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import ElTimelineItem from '../timeline/src/item';
|
||||
|
||||
/* istanbul ignore next */
|
||||
ElTimelineItem.install = function(Vue) {
|
||||
Vue.component(ElTimelineItem.name, ElTimelineItem);
|
||||
};
|
||||
|
||||
export default ElTimelineItem;
|
Reference in New Issue
Block a user