This commit is contained in:
2022-02-24 20:06:54 +00:00
parent da29037a01
commit bf93beb300
2 changed files with 5 additions and 5 deletions

View File

@@ -62,6 +62,7 @@
@dash-move-back="dashMoveBack"
@dash-move-forward="dashMoveForward"
@dash-move-end="dashMoveEnd"
@dash-change="dashSaveSettings"
>
</component>
</v-col>
@@ -146,9 +147,9 @@ export default {
}
},
methods: {
// hasItems: function() {
// return this.effectiveView && this.effectiveView.length > 0;
// },
dashSaveSettings: function() {
this.saveView();
},
dashMoveStart: function(id) {
this.move("start", id);
},