Skip to content

Commit

Permalink
#1 One can't just add transitions to list groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
ackzell committed May 23, 2020
1 parent 9b72edd commit 328b352
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/RecordingsList.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<v-list elevation="0" shaped color="primary">
<v-slide-y-transition
<v-list-item-group
v-model="selected"
tag="v-list-item-group"
class="py-0"
group
mandatory
Expand All @@ -18,7 +17,7 @@
inset
></v-divider>
</div>
</v-slide-y-transition>
</v-list-item-group>
</v-list>
</template>

Expand All @@ -31,7 +30,7 @@ export default {
props: {
value: {
type: Number,
default: null
default: 0
},
recordings: {
type: Array,
Expand Down

0 comments on commit 328b352

Please sign in to comment.