changes
This commit is contained in:
@@ -72,10 +72,10 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
viewport: {
|
||||
get: function () {
|
||||
return this.$store.state.viewport;
|
||||
get() {
|
||||
return this.$store.viewport;
|
||||
},
|
||||
set: function (val) {
|
||||
set(val) {
|
||||
this.$store.commit("updateViewPort", { viewport: val });
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user