Update default value for showPosko prop in Type1.vue

This commit is contained in:
Dede Fuji Abdul
2024-03-19 14:23:16 +07:00
parent db39a55fa1
commit 39c75a6af8

View File

@ -29,7 +29,7 @@ const data = ref({
defineProps({ defineProps({
showPosko: { showPosko: {
type: Boolean, type: Boolean,
required: true default: true
} }
}) })