This commit is contained in:
@@ -83,8 +83,6 @@ export default {
|
|||||||
title: String,
|
title: String,
|
||||||
moreUrl: String
|
moreUrl: String
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {}
|
||||||
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user