WIP: added empty search bar and search component
This commit is contained in:
12
front/src/SearchBook.vue
Normal file
12
front/src/SearchBook.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
searchterm: String
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div> You are searching for {{ searchterm }} </div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user