diff --git a/dashboard/components/CardTitled.vue b/dashboard/components/CardTitled.vue index 3f8ae35..153817c 100644 --- a/dashboard/components/CardTitled.vue +++ b/dashboard/components/CardTitled.vue @@ -9,10 +9,10 @@ const props = defineProps<{ title: string, sub?: string }>();
-
+
{{ props.title }}
-
+
{{ props.sub }}
diff --git a/dashboard/components/SelectButton.vue b/dashboard/components/SelectButton.vue index 397fd29..3ce8406 100644 --- a/dashboard/components/SelectButton.vue +++ b/dashboard/components/SelectButton.vue @@ -16,10 +16,10 @@ const emits = defineEmits<{