Skip to content

Commit ac26f14

Browse files
committed
feat: add v-ripple to days chips
1 parent bd32d6a commit ac26f14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

components/ClassesList.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
show-group-by
2626
>
2727
<template v-slot:item.days="{ item }">
28-
<v-chip v-for="day in item.days" :key="day">
28+
<v-chip v-ripple v-for="day in item.days" :key="day">
2929
{{ daysNames[day] }}
3030
</v-chip>
3131
</template>
@@ -40,6 +40,7 @@
4040
:disabled="item.buttonOptions.disabled"
4141
fab
4242
small
43+
v-ripple
4344
@click="$emit('class:action', item)"
4445
>
4546
<v-icon> {{ item.buttonOptions.icon }} </v-icon>

0 commit comments

Comments
 (0)