Client - refactor store

This commit is contained in:
Sam
2021-08-11 18:33:02 +02:00
parent f8b020940a
commit 6b848228ca
16 changed files with 104 additions and 42 deletions

View File

@ -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 {