fix: correct syntax for array-data-props in EntryList template
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
4992c7bb53
commit
1987b5109b
|
@ -286,7 +286,7 @@ onBeforeMount(async () => {
|
|||
<VnSection
|
||||
:data-key="dataKey"
|
||||
prefix="entry"
|
||||
:array-data-props="{url='Entries/filter'}"
|
||||
:array-data-props="{ url: 'Entries/filter' }"
|
||||
>
|
||||
<template #advanced-menu>
|
||||
<EntryFilter :data-key="dataKey" />
|
||||
|
|
Loading…
Reference in New Issue