summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-04 21:19:12 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-04 21:19:12 +0900
commitcb41391bae5ea49edcf632c45ee736e4c867aa07 (patch)
treecd913bdec8ce4fde559b7d5161b7e2b8d9768ca3 /src/client/components
parentwip (diff)
downloadsharkey-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.vue2
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'">