From 73e7c1bf67c4d55adbe4c1a6f766aac735d40f80 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 31 Jan 2020 11:38:52 +0900 Subject: [PATCH] Refactor --- src/client/components/notification.vue | 18 +++++++++--------- src/client/components/notifications.vue | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index 6a9129e38..7542a7709 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -20,26 +20,26 @@ - + - + - + - + - + - {{ $t('youGotNewFollower') }}
+ {{ $t('youGotNewFollower') }}
{{ $t('followRequestAccepted') }} - {{ $t('receiveFollowRequest') }}
|
+ {{ $t('receiveFollowRequest') }}
|
@@ -68,10 +68,10 @@ export default Vue.extend({ required: false, default: false, }, - nowrap: { + full: { type: Boolean, required: false, - default: true, + default: false, }, }, data() { diff --git a/src/client/components/notifications.vue b/src/client/components/notifications.vue index ad8291338..e067c1acc 100644 --- a/src/client/components/notifications.vue +++ b/src/client/components/notifications.vue @@ -2,7 +2,7 @@
- +