generated from Seekra/repository-template
Migrate to Vue.js #28
@@ -0,0 +1,6 @@
|
|||||||
|
<template>
|
||||||
|
<div class="search-wrapper">
|
||||||
|
<input type="search" name="search" placeholder="Search..." required />
|
||||||
|
<button type="submit" class="search-button">Search</button>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
<script setup>
|
||||||
|
import Searchbar from '../features/search/components/Searchbar.vue'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<header class="global-header">
|
||||||
|
<h1>Seekra</h1>
|
||||||
|
<span class="slogan">
|
||||||
|
Built to search.
|
||||||
|
</span>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<form id="search-form">
|
||||||
|
<Searchbar />
|
||||||
|
</form>
|
||||||
|
</template>
|
||||||
Reference in New Issue
Block a user