mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-02-05 06:37:57 +01:00
fix some problems
This commit is contained in:
@@ -122,7 +122,7 @@ export default {
|
|||||||
async changeLanguage(lang) {
|
async changeLanguage(lang) {
|
||||||
this.$i18n.setLocale(lang)
|
this.$i18n.setLocale(lang)
|
||||||
if (this.$router.currentRoute.fullPath.includes('blog')) {
|
if (this.$router.currentRoute.fullPath.includes('blog')) {
|
||||||
await this.$nuxt.refresh()
|
await this.$router.push('blog')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "AdonisJs",
|
"title": "AdonisJs",
|
||||||
"color": "lime",
|
"color": "black",
|
||||||
"cover": "AdonisJs",
|
"cover": "AdonisJs",
|
||||||
"slug": "adonisjs"
|
"slug": "adonisjs"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user