Skip to content

Commit 328b352

Browse files
committed
#1 One can't just add transitions to list groups.
1 parent 9b72edd commit 328b352

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/RecordingsList.vue

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<template>
22
<v-list elevation="0" shaped color="primary">
3-
<v-slide-y-transition
3+
<v-list-item-group
44
v-model="selected"
5-
tag="v-list-item-group"
65
class="py-0"
76
group
87
mandatory
@@ -18,7 +17,7 @@
1817
inset
1918
></v-divider>
2019
</div>
21-
</v-slide-y-transition>
20+
</v-list-item-group>
2221
</v-list>
2322
</template>
2423

@@ -31,7 +30,7 @@ export default {
3130
props: {
3231
value: {
3332
type: Number,
34-
default: null
33+
default: 0
3534
},
3635
recordings: {
3736
type: Array,

0 commit comments

Comments
 (0)