Skip to content

Commit 484ef04

Browse files
feat($Demo): add ripple effect
1 parent 91d7964 commit 484ef04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/VuetifyDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div id="vuetify-demo-container">
33
<h1 class="text-center">This is an about page</h1>
44
<v-container>
5-
<v-carousel cycle height="400" hide-delimiter-background show-arrows-on-hover>
5+
<v-carousel cycle height="400" hide-delimiter-background show-arrows-on-hover v-ripple>
66
<v-carousel-item v-for="(slide, i) in slides" :key="i">
77
<v-sheet :color="colors[i]" height="100%">
88
<v-row class="fill-height" align="center" justify="center">

0 commit comments

Comments
 (0)