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