diff --git a/src/components/Example.vue b/src/components/Example.vue index 809ce182c6cbdc9a8d54de97a9e0f1db953a7f24..b42a8e8e04b428636829e8b3e1dfa5b363295380 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" :dictionary="dictionary" /><span v-if="body.explanation && body.explanation.content.length"> - </span> + <DefElement tag="q" :body="body.quote" @article-click="article_link_click" :dictionary="dictionary" /><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" :dictionary="dictionary" /> </li> </template>