This commit is contained in:
2020-10-29 20:52:54 +00:00
parent a550f9d2de
commit b0926a34c2
2 changed files with 3 additions and 4 deletions

View File

@@ -83,8 +83,6 @@ export default {
title: String, title: String,
moreUrl: String moreUrl: String
}, },
methods: { methods: {}
}
}; };
</script> </script>

View File

@@ -11,12 +11,13 @@
> >
<gz-dash <gz-dash
:title="'Dash-' + i" :title="'Dash-' + i"
:id="'dashitem-' + i" :id="'dash-item-' + i"
v-on:dash-remove="dashRemove" v-on:dash-remove="dashRemove"
v-on:dash-move-start="dashMoveStart" v-on:dash-move-start="dashMoveStart"
v-on:dash-move-back="dashMoveBack" v-on:dash-move-back="dashMoveBack"
v-on:dash-move-forward="dashMoveForward" v-on:dash-move-forward="dashMoveForward"
v-on:dash-move-end="dashMoveEnd" v-on:dash-move-end="dashMoveEnd"
v-on:dash-refresh="dashRefresh"
/> />
</v-col> </v-col>
</v-row> </v-row>