0
0
Fork 0

fix: VnCard VnSearchbar props

This commit is contained in:
Alex Moreno 2024-08-08 12:52:36 +02:00
parent bc62dc9a89
commit 80f63f1ae2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if (props.baseUrl) {
</QScrollArea>
</QDrawer>
<slot name="searchbar" v-if="props.searchDataKey">
<VnSearchbar :data-key="props.searchDataKey" v-bind="$attrs['searchbarProps']" />
<VnSearchbar :data-key="props.searchDataKey" v-bind="props.searchbarProps" />
</slot>
<slot v-else name="searchbar" />
<RightMenu>