UNPKG

element3

Version:

A Component Library for Vue3

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