forked from verdnatura/salix-front
fix: VnCard VnSearchbar props
This commit is contained in:
parent
bc62dc9a89
commit
80f63f1ae2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue