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 91d7964 commit 484ef04Copy full SHA for 484ef04
src/views/VuetifyDemo.vue
@@ -2,7 +2,7 @@
2
<div id="vuetify-demo-container">
3
<h1 class="text-center">This is an about page</h1>
4
<v-container>
5
- <v-carousel cycle height="400" hide-delimiter-background show-arrows-on-hover>
+ <v-carousel cycle height="400" hide-delimiter-background show-arrows-on-hover v-ripple>
6
<v-carousel-item v-for="(slide, i) in slides" :key="i">
7
<v-sheet :color="colors[i]" height="100%">
8
<v-row class="fill-height" align="center" justify="center">
0 commit comments