mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-09 12:30:07 +08:00
9 lines
209 B
JavaScript
9 lines
209 B
JavaScript
|
|
import ElCarouselItem from '../carousel/src/item';
|
||
|
|
|
||
|
|
/* istanbul ignore next */
|
||
|
|
ElCarouselItem.install = function(Vue) {
|
||
|
|
Vue.component(ElCarouselItem.name, ElCarouselItem);
|
||
|
|
};
|
||
|
|
|
||
|
|
export default ElCarouselItem;
|