diff --git a/components/Master/CardList.vue b/components/Master/CardList.vue index 047cbf8..8ecd4ed 100644 --- a/components/Master/CardList.vue +++ b/components/Master/CardList.vue @@ -11,7 +11,9 @@ withDefaults( // type: () => ({}), } ) -const emit = defineEmits(["detail"]); +// const emit = defineEmits(["detail"]); + +const detail = ref(false); - Detail + Detail + + + \ No newline at end of file diff --git a/components/Master/modal.vue b/components/Master/modal.vue new file mode 100644 index 0000000..ae45001 --- /dev/null +++ b/components/Master/modal.vue @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/Setting/typeUser/index.vue b/pages/Setting/typeUser/index.vue index 140d6ef..aede954 100644 --- a/pages/Setting/typeUser/index.vue +++ b/pages/Setting/typeUser/index.vue @@ -13,11 +13,14 @@ const detailType = (item) => { console.log(item); //simpan pinia navigateTo(`/Setting/typeUser/HakAkses`); }; -const dialog = ref(false); - +// const dialog = ref(false); +const detail = ref(false); + + mdi-plus Tipe User + @@ -32,4 +35,5 @@ const dialog = ref(false); +