fix some detail + BackUp tailwind.config.js

This commit is contained in:
2020-12-13 16:43:48 +01:00
parent a9fe72a950
commit 34c6618398
8 changed files with 212 additions and 35 deletions

View File

@@ -121,9 +121,6 @@ export default {
},
changeLanguage(lang) {
this.$i18n.setLocale(lang)
if (this.$router.currentRoute.fullPath.includes('blog')) {
this.$fetch()
}
},
},
mounted() {