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