Skip to content

Commit 2a221d5

Browse files
feat($Demo): change ripple effect
1 parent 2d48f33 commit 2a221d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/vuetify-demo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<v-container id="vuetify-demo-container">
3-
<v-carousel cycle height="400" hide-delimiter-background show-arrows-on-hover v-ripple>
3+
<v-carousel cycle height="400" hide-delimiter-background show-arrows-on-hover v-ripple="{ center: true }">
44
<v-carousel-item v-for="(slide, i) in slides" :key="i">
55
<v-sheet :color="colors[i]" height="100%">
66
<v-row class="fill-height" align="center" justify="center">

0 commit comments

Comments
 (0)