update props and events
This commit is contained in:
parent
6c9acb08fa
commit
41f83010fa
4 changed files with 61 additions and 5 deletions
|
@ -1,5 +1,11 @@
|
|||
<template>
|
||||
<Carousel>
|
||||
<Carousel-item>test1</Carousel-item>
|
||||
<Carousel-item>test2</Carousel-item>
|
||||
<Carousel-item>test3</Carousel-item>
|
||||
</Carousel>
|
||||
|
||||
<Carousel :vertical="true">
|
||||
<Carousel-item></Carousel-item>
|
||||
</Carousel>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue