data dari api
This commit is contained in:
@@ -12,7 +12,7 @@ const state = ref(false)
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<v-card elevation="10" style="overflow: hidden;min-width: 300px;" @click="state = true">
|
||||
<v-card elevation="10" style="overflow: hidden;min-width: 300px;" @click="state = true; emit('detail', props?.item)">
|
||||
<template v-slot:prepend>
|
||||
<v-avatar size="50">
|
||||
<Icon icon="solar:user-circle-broken" height="32" />
|
||||
@@ -30,5 +30,5 @@ const state = ref(false)
|
||||
</template> -->
|
||||
</v-card>
|
||||
|
||||
<MasterDialogModal v-if="state" :stateValue="state" @stateValue="val => state = val" />
|
||||
<!-- <MasterDialogModal v-if="state" :stateValue="state" @stateValue="val => state = val" /> -->
|
||||
</template>
|
||||
Reference in New Issue
Block a user