perubahan edit akses menu belum fix

This commit is contained in:
2025-06-04 11:27:37 +07:00
parent 85241f5128
commit d08627c7b1
2 changed files with 89 additions and 134 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ onMounted(async() => {
<MasterDialogModal v-if="state" :stateValue="state" @stateValue="val => state = val" >
<template v-slot:text>
<!-- <p>coba ini</p> -->
{{ type }}
<!-- {{ type }}-->
<MasterFormTypeUser v-if="type=='create'"/>
<MasterFormDetail1 v-if="type=='detail'"/>
</template>