light is optional
This commit is contained in:
@@ -3,7 +3,7 @@ import { withDefaults } from 'vue'
|
|||||||
|
|
||||||
withDefaults(
|
withDefaults(
|
||||||
defineProps<{
|
defineProps<{
|
||||||
light: boolean
|
light?: boolean
|
||||||
}>(),
|
}>(),
|
||||||
{
|
{
|
||||||
light: false
|
light: false
|
||||||
|
|||||||
Reference in New Issue
Block a user