We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a414978 commit 209e47dCopy full SHA for 209e47d
playground/components/AdvancedControl.vue
@@ -4,7 +4,7 @@ import { Collapse } from 'vue-collapsed'
4
// Used for demo purposes only...
5
const props = withDefaults(
6
defineProps<{
7
- initialState: boolean
+ initialState?: boolean
8
}>(),
9
{ initialState: true }
10
)
playground/components/DisplayHide.vue
@@ -3,7 +3,7 @@ import { Collapse } from 'vue-collapsed'
3
playground/components/MountUnmount.vue
0 commit comments