index.js 209 B

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