Skip to content
Snippets Groups Projects
Verified Commit 001daf33 authored by Martin Weise's avatar Martin Weise
Browse files

Wrong order

parent 0ea20c38
No related branches found
No related tags found
No related merge requests found
......@@ -353,6 +353,7 @@ export default {
}
},
mounted () {
this.cacheStore.reloadMessages()
if (this.$route.query && this.$route.query.q) {
this.search = this.$route.query.q
}
......@@ -361,7 +362,6 @@ export default {
}
this.setTheme()
this.setLocale()
this.cacheStore.reloadMessages()
},
methods: {
retrieve () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment