initialize carousel
This commit is contained in:
parent
6831b361ca
commit
6c9acb08fa
8 changed files with 50 additions and 0 deletions
5
src/components/carousel/index.js
Normal file
5
src/components/carousel/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import Carousel from './carousel.vue';
|
||||
import CarouselItem from './carousel-item.vue';
|
||||
|
||||
Carousel.Item = CarouselItem;
|
||||
export default Carousel;
|
Loading…
Add table
Add a link
Reference in a new issue