<pv-if="inflection_suggestions && inflection_suggestions.length"><v-iconleftcolor="primary">info</v-icon><em>{{$route.query.q}}</em> er en bøyd form av
<spanv-for="(item,index) in inflection_suggestions":key="index"><router-link:to="generate_path(item[0])"@click.native="suggestion_link(item[0])">{{item[0]}}</router-link>{{index==inflection_suggestions.length-1?'.':', '}}</span>
...
...
@@ -77,7 +77,7 @@
<spanv-for="(item,index) in inflection_suggestions":key="index"><router-link:to="generate_path(item[0])"@click.native="suggestion_link(item[0])">{{item[0]}}</router-link>{{index==inflection_suggestions.length-1?'.':', '}}</span>
<pclass="suggest_lang"v-if="lang=='bm'">Har du søkt i feil ordbok?<br>Prøv å søke i <router-link:to="generate_path($route.query.q, {lang: 'nn'})" @click.native="language_link('nn')">Nynorskordboka</router-link></p>
<pclass="suggest_lang"v-if="lang=='nn'">Har du søkt i feil ordbok?<br>Prøv å søke i <router-link:to="generate_path($route.query.q, {lang: 'nn'})" @click.native="language_link('bm')">Bokmålsordboka</router-link></p>