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: {} };