Skip to content

Commit 6654c1c

Browse files
committed
Fixed carousel component properties
1 parent 1d11381 commit 6654c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Landing.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<div style="font-size: 24px;"> Benvenuto in </div>
1212
<div class="logo">CoderBot</div>
1313
<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">
14+
<v-carousel interval="10000" hide-delimiters>
15+
<v-carousel-item v-for="(item,i) in carouselItems" :key="i" :src="item.src">
1616
</v-carousel-item>
1717
</v-carousel>
1818
</v-flex>

0 commit comments

Comments
 (0)