fixes #315
This commit is contained in:
parent
50728a67b4
commit
601cd12e9c
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
writeLang(val) {
|
||||
this.$store.commit("setLang", val);
|
||||
this.settings.language = val;
|
||||
},
|
||||
deleteCategoryfromDatabase(category) {
|
||||
|
|
Loading…
Reference in a new issue