We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d11381 commit 6654c1cCopy full SHA for 6654c1c
src/components/Landing.vue
@@ -11,8 +11,8 @@
11
<div style="font-size: 24px;"> Benvenuto in </div>
12
<div class="logo">CoderBot</div>
13
<v-flex xs11 md8 offset-md2>
14
- <v-carousel hide-delimiters>
15
- <v-carousel-item interval="10000" hide-controls v-for="(item,i) in carouselItems" :key="i" :src="item.src">
+ <v-carousel interval="10000" hide-delimiters>
+ <v-carousel-item v-for="(item,i) in carouselItems" :key="i" :src="item.src">
16
</v-carousel-item>
17
</v-carousel>
18
</v-flex>
0 commit comments