We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f19b5 commit 7b99055Copy full SHA for 7b99055
1 file changed
app/pages/index.vue
@@ -19,7 +19,6 @@ const frameworks = ref([
19
20
async function search() {
21
const query = searchQuery.value.trim()
22
- if (!query) return
23
await navigateTo({
24
path: '/search',
25
query: query ? { q: query } : undefined,
0 commit comments