update props and events

This commit is contained in:
Rijn 2017-01-16 02:59:46 -06:00
parent 6c9acb08fa
commit 41f83010fa
4 changed files with 61 additions and 5 deletions

View file

@ -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>