diff --git a/src/components/CompoundList.vue b/src/components/CompoundList.vue index 0189fc94ac59e5d6d45c91470bcf2b671b372738..9ad90eca876e7b43f91cc80e9003d613108d5de4 100644 --- a/src/components/CompoundList.vue +++ b/src/components/CompoundList.vue @@ -5,10 +5,10 @@ <li :key="index" v-for="(item, index) in body.elements" - ><router-link + >{{'\xa0'}}<router-link :to="'/' + dictionary + '/' + item.article_id + (item.definition_id ? '#def'+item.definition_id : '')" @click.native="article_link_click(item)" - > {{item.lemmas[0].lemma}}</router-link> + >{{item.lemmas[0].lemma}}</router-link> </li> </ul> </li>