1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 13:05:21 +02:00
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: { methods: {
writeLang(val) { writeLang(val) {
this.$store.commit("setLang", val);
this.settings.language = val; this.settings.language = val;
}, },
deleteCategoryfromDatabase(category) { deleteCategoryfromDatabase(category) {