WIP - display related lists

This commit is contained in:
Francisco Gaona
2026-01-09 07:49:30 +01:00
parent 2075fec183
commit 852c4e28d2
8 changed files with 51 additions and 7 deletions

View File

@@ -133,6 +133,7 @@ onMounted(async () => {
:config="domainDetailConfig"
:data="currentRecord"
:loading="dataLoading"
base-url="/central"
@edit="handleEdit"
@delete="() => handleDelete([currentRecord])"
@back="handleBack"