generated from Seekra/repository-template
feat(place-search-bar-below-navbar): integrate search bar in the navbar search bar wrapper component
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user