This commit is contained in:
@@ -83,8 +83,6 @@ export default {
|
||||
title: String,
|
||||
moreUrl: String
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -11,12 +11,13 @@
|
||||
>
|
||||
<gz-dash
|
||||
:title="'Dash-' + i"
|
||||
:id="'dashitem-' + i"
|
||||
:id="'dash-item-' + i"
|
||||
v-on:dash-remove="dashRemove"
|
||||
v-on:dash-move-start="dashMoveStart"
|
||||
v-on:dash-move-back="dashMoveBack"
|
||||
v-on:dash-move-forward="dashMoveForward"
|
||||
v-on:dash-move-end="dashMoveEnd"
|
||||
v-on:dash-refresh="dashRefresh"
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
Reference in New Issue
Block a user