feat(place-search-bar-below-navbar): integrate search bar in the navbar search bar wrapper component

This commit is contained in:
2026-06-01 15:17:32 +02:00
parent 4daf550568
commit 0df77ef6ee
@@ -14,5 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<script setup>
import Searchbar from '@/features/search/components/Searchbar.vue';
</script>
<template> <template>
<Searchbar
auto-submit
/>
</template> </template>