fix: update EntryList template to use array-data-props for URL configuration
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2025-03-06 13:58:10 +01:00
parent d57458a7eb
commit 1c41a6bf49
1 changed files with 5 additions and 1 deletions

View File

@ -283,7 +283,11 @@ onBeforeMount(async () => {
</script>
<template>
<VnSection :data-key="dataKey" prefix="entry" url="Entries/filter">
<VnSection
:data-key="dataKey"
prefix="entry"
:array-data-props="{url='Entries/filter'}"
>
<template #advanced-menu>
<EntryFilter :data-key="dataKey" />
</template>