mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/views/Pages/Register.vue
This commit is contained in:
parent
ed3d9ca422
commit
ab0d29bc31
@ -190,7 +190,6 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
updateLanguage(e) {
|
updateLanguage(e) {
|
||||||
this.language = e
|
this.language = e
|
||||||
console.log('language', this.language)
|
|
||||||
this.$store.commit('language', this.language)
|
this.$store.commit('language', this.language)
|
||||||
this.$i18n.locale = this.language
|
this.$i18n.locale = this.language
|
||||||
localeChanged(this.language)
|
localeChanged(this.language)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user