This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
:title="'Dash-' + i"
|
||||
:id="'dashitem-' + i"
|
||||
v-on:dash-remove="dashRemove"
|
||||
v-on:dash-move-start="dashMoveStart"
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
@@ -51,6 +52,9 @@ export default {
|
||||
}
|
||||
return ret;
|
||||
},
|
||||
dashMoveStart: function(item) {
|
||||
console.log("home-dashboard:dashMoveStart", item);
|
||||
},
|
||||
dashRemove: function(item) {
|
||||
console.log("home-dashboard:dashRemove", item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user