Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Jan 22, 2024
2 parents 82e522f + 41f5281 commit f72ea55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Localee</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 2 additions & 0 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ const entries = ref([ "test", '1234', '567'])
<!-- <BCol lg="3">
<FilterSidebar />
</BCol> -->
<div>
<SearchBar :searchQuery="searchQuery" @searchQuery="searchQuery = $event" />
<HomeContent :entries="entries" :foundEntry="searchQuery" />
</div>
</BContainer>
</template>

Expand Down

0 comments on commit f72ea55

Please sign in to comment.