UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

12 lines (10 loc) 303 B
import Carousel from './carousel'; import CarouselImg from './carousel-img'; Carousel.Img = CarouselImg; /* istanbul ignore next */ Carousel.install = function (app) { app.component(Carousel.name, Carousel); app.component(Carousel.Img.name, Carousel.Img); return app; }; export default Carousel;