Dark mode by default
linter / quality (push) Successful in 4m25s
tests / ci (8.3) (push) Successful in 4m17s

This commit is contained in:
2026-09-19 18:04:29 +02:00
parent 7c223e0ba8
commit 21c02706de
5 changed files with 17 additions and 99 deletions
+1
View File
@@ -1,6 +1,7 @@
<script setup lang="ts">
import AppLayout from '@/layouts/app/AppSidebarLayout.vue';
import type { BreadcrumbItem } from '@/types';
import { useColorMode, useDark } from '@vueuse/core';
type Props = {
breadcrumbs?: BreadcrumbItem[];