From 1a4cec7b102e1b80d1747d8a8f7652a82c5a7900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Tue, 10 Mar 2020 15:33:30 +0100 Subject: [PATCH] =?UTF-8?q?skjul=20tankestrek=20n=C3=A5r=20sitat=20ikke=20?= =?UTF-8?q?har=20forklaring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Example.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Example.vue b/src/components/Example.vue index b41e5419..9ec0e192 100644 --- a/src/components/Example.vue +++ b/src/components/Example.vue @@ -1,6 +1,6 @@ <template> <li class="example"> - <DefElement tag="q" :body="body.quote" @article-click="article_link_click" /> - + <DefElement tag="q" :body="body.quote" @article-click="article_link_click" /><span v-if="body.explanation && body.explanation.content.length"> - </span> <DefElement tag="span" :body="body.explanation" v-if="body.explanation && body.explanation.content.length" @article-click="article_link_click" /> </li> </template> -- GitLab