add header and lang switcher

This commit is contained in:
Amir Mohamadi
2020-06-04 13:12:48 +04:30
parent 75f8971cb3
commit 471e982b18
9 changed files with 216 additions and 52 deletions
+4 -1
View File
@@ -79,5 +79,8 @@ export default {
generate: {
dir: '../../public/nuxt_build'
},
router: {}
router: {
mode: 'history',
middleware: 'routerGuards'
}
}