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

Merge branch 'prod' of git.app.uib.no:spraksamlingane/beta.ordbok.uib.no into dev

parents 40e10d01 9ed51935
No related branches found
Tags release_2021-11-18_2
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<li <li
:key="index" :key="index"
v-for="(item, index) in body.elements" v-for="(item, index) in body.elements"
>{{'\xa0'}}<router-link >{{' '}}<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>
......
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