index.js 209 Bytes
import ElTimelineItem from '../timeline/src/item';

/* istanbul ignore next */
ElTimelineItem.install = function(Vue) {
  Vue.component(ElTimelineItem.name, ElTimelineItem);
};

export default ElTimelineItem;