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

remove radio buttons for language choice

parent 430a0d68
No related branches found
No related tags found
No related merge requests found
<template id="">
<main>
<div class='about' :class="$vuetify.breakpoint.name">
<v-radio-group class='about_lang' row v-model="lang" @change="update_locale">
<template v-slot:label tabindex="1">
</template>
<v-radio value="nb" color="primary">
<template v-slot:label>
<span>bokmål
</span>
</template>
</v-radio>
<v-radio value="nn" color="primary">
<template v-slot:label>
<span>nynorsk
</span>
</template>
</v-radio>
</v-radio-group>
<Article v-if="lang == 'nn'">
<h2>Om betaversjonen</h2>
<p>
......
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