changes
This commit is contained in:
@@ -40,10 +40,10 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
pagedata: {
|
||||
get: function () {
|
||||
get() {
|
||||
return this.$store.state[this.pagename1];
|
||||
},
|
||||
set: function (val) {
|
||||
set(val) {
|
||||
this.$store.commit("updateStore", { name: this.pagename1, data: val });
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user