From 277db96fcd68cea2c89ea3439b14001645d030c8 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 19 Jul 2024 20:05:23 +0200 Subject: [PATCH] light is optional --- src/components/LiteLoading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LiteLoading.vue b/src/components/LiteLoading.vue index 243925f..d644b19 100644 --- a/src/components/LiteLoading.vue +++ b/src/components/LiteLoading.vue @@ -3,7 +3,7 @@ import { withDefaults } from 'vue' withDefaults( defineProps<{ - light: boolean + light?: boolean }>(), { light: false