|
|
@ -58,7 +58,11 @@ onMounted(() => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<a-divider /> |
|
|
|
<a-divider /> |
|
|
|
<div v-if="hooks.length"> |
|
|
|
<div v-if="hooks.length"> |
|
|
|
<a-list item-layout="horizontal" :data-source="hooks" class="cursor-pointer pl-5 pr-5 pt-2 pb-2"> |
|
|
|
<a-list |
|
|
|
|
|
|
|
item-layout="horizontal" |
|
|
|
|
|
|
|
:data-source="hooks" |
|
|
|
|
|
|
|
class="cursor-pointer max-h-[75vh] overflow-y-auto scrollbar-thin-primary" |
|
|
|
|
|
|
|
> |
|
|
|
<template #renderItem="{ item, index }"> |
|
|
|
<template #renderItem="{ item, index }"> |
|
|
|
<a-list-item class="pa-2" @click="emit('edit', item)"> |
|
|
|
<a-list-item class="pa-2" @click="emit('edit', item)"> |
|
|
|
<a-list-item-meta> |
|
|
|
<a-list-item-meta> |
|
|
|