From e0c7566eddbe214d4ad2f1dc1df9e45f331c80c2 Mon Sep 17 00:00:00 2001 From: senderfm Date: Tue, 25 Jun 2019 12:09:50 +0200 Subject: [PATCH] variable changed --- webapp/components/Comment.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webapp/components/Comment.vue b/webapp/components/Comment.vue index c9a54bc38..6c3e3a9aa 100644 --- a/webapp/components/Comment.vue +++ b/webapp/components/Comment.vue @@ -23,20 +23,20 @@ -
+
{{ $t('comment.show.more') }}
-
+
{{ $t('comment.show.less') }} @@ -54,7 +54,7 @@ import ContentMenu from '~/components/ContentMenu' export default { data: function() { return { - isActive: false, + collapsible: false, } }, components: {