This commit is contained in:
Viet An
2026-07-03 09:24:05 +07:00
parent f519573c19
commit 4404c4654b
22 changed files with 59 additions and 39 deletions

View File

@@ -41,7 +41,7 @@ export default {
computed: {
pagedata: {
get() {
return this.$store.state[this.pagename1];
return this.$store[this.pagename1];
},
set(val) {
this.$store.commit("updateStore", { name: this.pagename1, data: val });