light is optional

This commit is contained in:
Julien Calixte
2024-07-19 20:05:23 +02:00
parent 8802ffb5b2
commit 277db96fcd

View File

@@ -3,7 +3,7 @@ import { withDefaults } from 'vue'
withDefaults(
defineProps<{
light: boolean
light?: boolean
}>(),
{
light: false