Skip to content

Commit 7b99055

Browse files
committed
chore: make search button functional
1 parent e4f19b5 commit 7b99055

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/pages/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const frameworks = ref([
1919
2020
async function search() {
2121
const query = searchQuery.value.trim()
22-
if (!query) return
2322
await navigateTo({
2423
path: '/search',
2524
query: query ? { q: query } : undefined,

0 commit comments

Comments
 (0)