diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 908258d..305afdc 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -108,9 +108,10 @@ export default { } }, mounted() { - if (localStorage.getItem('lang')) + if (localStorage.getItem('lang')) { this.$i18n.locale = localStorage.getItem('lang'); document.documentElement.lang = this.$i18n.locale; + } this.detectColorScheme() }, created() {