diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-04 21:19:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-04 21:19:12 +0900 |
| commit | cb41391bae5ea49edcf632c45ee736e4c867aa07 (patch) | |
| tree | cd913bdec8ce4fde559b7d5161b7e2b8d9768ca3 /src/client/components | |
| parent | wip (diff) | |
| download | sharkey-cb41391bae5ea49edcf632c45ee736e4c867aa07.tar.gz sharkey-cb41391bae5ea49edcf632c45ee736e4c867aa07.tar.bz2 sharkey-cb41391bae5ea49edcf632c45ee736e4c867aa07.zip | |
wip
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/date-separated-list.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/date-separated-list.vue b/src/client/components/date-separated-list.vue index 5eb005ef68..6d42429166 100644 --- a/src/client/components/date-separated-list.vue +++ b/src/client/components/date-separated-list.vue @@ -1,5 +1,5 @@ <template> -<component :is="$store.state.device.animation ? 'transition-group' : 'div'" class="sqadhkmv" name="list" tag="div" :data-direction="direction" :data-reversed="reversed ? 'true' : 'false'"> +<component :is="$store.state.device.animation ? 'transition-group' : 'div'" class="sqadhkmv _list_" name="list" tag="div" :data-direction="direction" :data-reversed="reversed ? 'true' : 'false'"> <template v-for="(item, i) in items"> <slot :item="item"></slot> <div class="separator" v-if="showDate(i, item)" :key="item.id + '_date'"> |