fix: update EntryList template to use array-data-props for URL configuration #1572

Merged
pablone merged 1 commits from hotFixEntries2 into master 2025-03-06 13:03:49 +00:00
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>