Skip to content
Snippets Groups Projects
Commit 1a4cec7b authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

skjul tankestrek når sitat ikke har forklaring

parent a2466fa0
No related branches found
No related tags found
No related merge requests found
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment