Fix type error in BaseViewTemplate (#2245)

This commit is contained in:
bymyself
2025-01-14 18:19:35 -07:00
committed by GitHub
parent c13190cd07
commit 7e78c5b1dc

View File

@@ -28,7 +28,7 @@ import { electronAPI, isElectron } from '@/utils/envUtil'
const props = withDefaults(
defineProps<{
dark: boolean
dark?: boolean
}>(),
{
dark: false