This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user