From d4a6bb109ec3fd4a65876efb6306cd7929916564 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 30 Oct 2020 20:46:54 +0000 Subject: [PATCH] --- ayanova/src/components/dash-base.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ayanova/src/components/dash-base.vue b/ayanova/src/components/dash-base.vue index bcd6c79d..6c117d87 100644 --- a/ayanova/src/components/dash-base.vue +++ b/ayanova/src/components/dash-base.vue @@ -3,17 +3,20 @@ + + + + {{ title }} - - - - $ayiSplotch - - @@ -101,7 +104,8 @@ export default { required: true }, title: String, - moreUrl: String + moreUrl: String, + showCount: Boolean }, methods: {} };