Skip to content
Snippets Groups Projects
Commit 6591f42d authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove hyperlink whitespace in compound list

parent 268e2f81
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
<li <li
:key="index" :key="index"
v-for="(item, index) in body.elements" v-for="(item, index) in body.elements"
><router-link >{{'\xa0'}}<router-link
:to="'/' + dictionary + '/' + item.article_id + (item.definition_id ? '#def'+item.definition_id : '')" :to="'/' + dictionary + '/' + item.article_id + (item.definition_id ? '#def'+item.definition_id : '')"
@click.native="article_link_click(item)" @click.native="article_link_click(item)"
> {{item.lemmas[0].lemma}}</router-link> >{{item.lemmas[0].lemma}}</router-link>
</li> </li>
</ul> </ul>
</li> </li>
......
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