search as separate component
This commit is contained in:
parent
55b00030ac
commit
fab03fac0c
5 changed files with 50 additions and 42 deletions
|
@ -1,6 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import TheSearch from '@/components/TheSearch.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
Landing Page
|
||||
<TheSearch />
|
||||
</template>
|
|
@ -1,9 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
import FilterSidebar from '@/components/papers/FilterSidebar.vue'
|
||||
import TopicList from '@/components/papers/TopicList.vue'
|
||||
import SearchBar from '@/components/SearchBar.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<SearchBar />
|
||||
<div
|
||||
class="flex flex-row"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue