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

tall må eksplisitt bli streng i router-link

parent 96e02580
No related branches found
No related tags found
No related merge requests found
<template>
<li class="sub_article">
<span class="sub_article_header">
<router-link :to="body.article_id" @click.native="article_link_click(body)">
<router-link :to="'' + body.article_id" @click.native="article_link_click(body)">
{{body.lemmas[0]}}
</router-link>
</span>
......
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