From a550f9d2dea79cc0b851c83153f2399c4fd6bccc Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 29 Oct 2020 20:50:26 +0000 Subject: [PATCH] --- ayanova/src/components/dash-base.vue | 6 ++---- ayanova/src/views/home-dashboard.vue | 6 ++++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ayanova/src/components/dash-base.vue b/ayanova/src/components/dash-base.vue index 4532c9ce..9c906bd4 100644 --- a/ayanova/src/components/dash-base.vue +++ b/ayanova/src/components/dash-base.vue @@ -18,7 +18,7 @@ - + $ayiSync @@ -84,9 +84,7 @@ export default { moreUrl: String }, methods: { - refresh() { - console.log("REFRESH CLICKED"); - } + } }; diff --git a/ayanova/src/views/home-dashboard.vue b/ayanova/src/views/home-dashboard.vue index 7fa15472..9c1b2790 100644 --- a/ayanova/src/views/home-dashboard.vue +++ b/ayanova/src/views/home-dashboard.vue @@ -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() {