We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v-ripple
1 parent bd32d6a commit ac26f14Copy full SHA for ac26f14
1 file changed
components/ClassesList.vue
@@ -25,7 +25,7 @@
25
show-group-by
26
>
27
<template v-slot:item.days="{ item }">
28
- <v-chip v-for="day in item.days" :key="day">
+ <v-chip v-ripple v-for="day in item.days" :key="day">
29
{{ daysNames[day] }}
30
</v-chip>
31
</template>
@@ -40,6 +40,7 @@
40
:disabled="item.buttonOptions.disabled"
41
fab
42
small
43
+ v-ripple
44
@click="$emit('class:action', item)"
45
46
<v-icon> {{ item.buttonOptions.icon }} </v-icon>
0 commit comments