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

Revert "remove duplicate code"

This reverts commit 7b74045a.
parent 2dd863f6
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,9 @@ import TopBar from './components/TopBar.vue'
}
},
mounted: function(){
if (!this.no_locale) {
this._i18n.locale = this.$store.state.locale
}
document.title = 'Ordbøkene - ' + process.env.VUE_APP_VERSION_LABEL
},
methods: {
......
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