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