forked from verdnatura/salix-front
fix: refs #8197 not use yet
This commit is contained in:
parent
ed0730df22
commit
dd335ef409
|
@ -78,7 +78,6 @@ watch(
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Teleport to="#section-searchbar" v-if="stateStore.isHeaderMounted()">
|
|
||||||
<VnSearchbar
|
<VnSearchbar
|
||||||
:data-key="dataKey"
|
:data-key="dataKey"
|
||||||
:user-params="catalogParams"
|
:user-params="catalogParams"
|
||||||
|
@ -89,7 +88,6 @@ watch(
|
||||||
:info="t('You can search items by name or id')"
|
:info="t('You can search items by name or id')"
|
||||||
:search-remove-params="false"
|
:search-remove-params="false"
|
||||||
/>
|
/>
|
||||||
</Teleport>
|
|
||||||
<Teleport to="#right-panel" v-if="stateStore.isHeaderMounted()">
|
<Teleport to="#right-panel" v-if="stateStore.isHeaderMounted()">
|
||||||
<OrderCatalogFilter
|
<OrderCatalogFilter
|
||||||
:data-key="dataKey"
|
:data-key="dataKey"
|
||||||
|
|
Loading…
Reference in New Issue