index.js 209 B

12345678
  1. import ElTimelineItem from '../timeline/src/item';
  2. /* istanbul ignore next */
  3. ElTimelineItem.install = function(Vue) {
  4. Vue.component(ElTimelineItem.name, ElTimelineItem);
  5. };
  6. export default ElTimelineItem;