[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: don't navigate when there is no search content (#710)

authored by

Jialong Lu and committed by
GitHub
3296340b 3ec42e09

+1
+1
app/pages/index.vue
··· 7 7 8 8 async function search() { 9 9 const query = searchQuery.value.trim() 10 + if (!query) return 10 11 await navigateTo({ 11 12 path: '/search', 12 13 query: query ? { q: query } : undefined,