This commit is contained in:
hay-kot 2021-04-19 19:48:16 -08:00
parent 50728a67b4
commit 601cd12e9c

View file

@ -162,6 +162,7 @@ export default {
methods: {
writeLang(val) {
this.$store.commit("setLang", val);
this.settings.language = val;
},
deleteCategoryfromDatabase(category) {