From d7b423ec61db36dfd1ec3d07aafd5401855e0986 Mon Sep 17 00:00:00 2001 From: senderfm Date: Mon, 1 Jul 2019 12:17:14 +0200 Subject: [PATCH] code variable designation changed from isActive to isCollapsed --- webapp/components/Comment.vue | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/webapp/components/Comment.vue b/webapp/components/Comment.vue index 6c3e3a9aa..d1311df07 100644 --- a/webapp/components/Comment.vue +++ b/webapp/components/Comment.vue @@ -22,25 +22,30 @@ - -
-
+ +
+
{{ $t('comment.show.more') }}
-
- - {{ $t('comment.show.less') }} - +
+
+ + {{ $t('comment.show.less') }} + +
@@ -54,7 +59,7 @@ import ContentMenu from '~/components/ContentMenu' export default { data: function() { return { - collapsible: false, + isCollapsed: true, } }, components: {