Client - refactor store
This commit is contained in:
@ -83,7 +83,7 @@
|
||||
}
|
||||
function updateLanguage(option: IDropdownOption) {
|
||||
locale.value = option.value.toString()
|
||||
store.commit('setLanguage', option.value)
|
||||
store.commit('UPDATE_LANG', option.value)
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user