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() {