perbaikan dan sweetalert

This commit is contained in:
2025-06-08 15:12:02 +07:00
parent cabb052b21
commit 714eba34b7
6 changed files with 40 additions and 9 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ onMounted(async() => {
<!-- <p>coba ini</p> -->
<!-- {{ type }}-->
<MasterFormTypeUser v-if="type=='create'"/>
<MasterFormDetail1 v-if="type=='detail'"/>
<MasterFormDetail1 v-if="type=='detail'" @stateValue="val => state = val"/>
<!-- <MasterContoh v-if="type=='detail'"/> -->
</template>
</MasterDialogModal>