UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 204 B
import ElCarouselItem from './CarouselItem.vue' /* istanbul ignore next */ ElCarouselItem.install = function (app) { app.component(ElCarouselItem.name, ElCarouselItem) } export default ElCarouselItem