initialize carousel
This commit is contained in:
parent
6831b361ca
commit
6c9acb08fa
8 changed files with 50 additions and 0 deletions
9
test/routers/carousel.vue
Normal file
9
test/routers/carousel.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<Carousel>
|
||||
<Carousel-item></Carousel-item>
|
||||
</Carousel>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue