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

fikser meta#244 igjen

parent 7fc2363f
No related branches found
No related tags found
No related merge requests found
<template> <template>
<main :class="(article || waiting || error) ? '' : 'welcome '"> <main :class="(article || waiting || error || (search_results && search_results.length)) ? '' : 'welcome '">
<div class="search_container"> <div class="search_container">
<div class="lang_select_container"> <div class="lang_select_container">
<v-radio-group row v-model="lang"> <v-radio-group row v-model="lang">
......
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