initialize carousel

This commit is contained in:
Rijn 2017-01-16 02:45:11 -06:00
parent 6831b361ca
commit 6c9acb08fa
8 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<template>
<Carousel>
<Carousel-item></Carousel-item>
</Carousel>
</template>
<script>
export default {
}
</script>