This commit is contained in:
2020-10-29 20:50:26 +00:00
parent 1ade8ec7b2
commit a550f9d2de
2 changed files with 8 additions and 4 deletions

View File

@@ -69,6 +69,12 @@ export default {
},
dashRemove: function(item) {
console.log("home-dashboard:dashRemove", item);
},
dashRefresh: function(item) {
console.log(
"home-dashboard:refresh (normally handle @ typed dash control)",
item
);
}
},
data() {