From 4bede171faa3aeec168610e53568620212b05947 Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 30 Jul 2024 15:18:25 +0200 Subject: [PATCH] implementing snapshots --- dashboard/app.vue | 2 +- dashboard/components/CVerticalNavigation.vue | 14 ++++++++------ dashboard/components/CardTitled.vue | 4 ++-- dashboard/components/dashboard/CountCard.vue | 4 ++-- dashboard/components/dashboard/TopSection.vue | 12 ++++++------ dashboard/layouts/dashboard.vue | 2 +- dashboard/nuxt.config.ts | 2 ++ 7 files changed, 22 insertions(+), 18 deletions(-) diff --git a/dashboard/app.vue b/dashboard/app.vue index 826da4b..fe09205 100644 --- a/dashboard/app.vue +++ b/dashboard/app.vue @@ -13,7 +13,7 @@ const { showDialog, closeDialog, dialogComponent, dialogParams, dialogStyle, dia