diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 547e5d8213ccb4563d169b4b1ddc4538a5b7a167..e871e9ee14b9b9b76cf994aff07266acbca9133b 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -1,6 +1,7 @@ <template> <main> <div class="search_container"> + <div class="lang_select_container"> <v-radio-group row v-model="lang" @change="update_lang_form"> <template v-slot:label tabindex="1"> @@ -96,16 +97,9 @@ const api = setup({ }) - - - function navigate_to_article(self, source) { self.article = null self.waiting_for_articles = true - /* - if ((self.$route.query.nocache || '').toLowerCase() == 'true') { - config.headers.cachebuster = Date.now() - }*/ const lang = self.$route.params.lang