summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components/notifications.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-16 09:03:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-16 09:03:07 +0900
commit7cd2d59576f89a891de42eea67e9538418a22db2 (patch)
tree50480b62828e7a544e5722976639121c1b7fc62a /src/client/app/mobile/views/components/notifications.vue
parentAdd 'twitter:creator' meta data in user pages (#3618) (diff)
downloadmisskey-7cd2d59576f89a891de42eea67e9538418a22db2.tar.gz
misskey-7cd2d59576f89a891de42eea67e9538418a22db2.tar.bz2
misskey-7cd2d59576f89a891de42eea67e9538418a22db2.zip
[Client] Fix bug
Diffstat (limited to 'src/client/app/mobile/views/components/notifications.vue')
-rw-r--r--src/client/app/mobile/views/components/notifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/notifications.vue b/src/client/app/mobile/views/components/notifications.vue
index 207b2fa50b..e931b74355 100644
--- a/src/client/app/mobile/views/components/notifications.vue
+++ b/src/client/app/mobile/views/components/notifications.vue
@@ -7,7 +7,7 @@
</div>
<!-- トランジションを有効にするとなぜかメモリリークする -->
- <component :is="!$store.state.device.reduceMotion ? 'transition-group' : 'div'" name="mk-notifications" class="transition notifications">
+ <component :is="!$store.state.device.reduceMotion ? 'transition-group' : 'div'" name="mk-notifications" class="transition notifications" tag="div">
<template v-for="(notification, i) in _notifications">
<mk-notification :notification="notification" :key="notification.id"/>
<p class="date" :key="notification.id + '_date'" v-if="i != notifications.length - 1 && notification._date != _notifications[i + 1]._date">