Update default value for showPosko prop in Type1.vue
This commit is contained in:
@ -29,7 +29,7 @@ const data = ref({
|
|||||||
defineProps({
|
defineProps({
|
||||||
showPosko: {
|
showPosko: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
required: true
|
default: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user