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 f0e29b6 commit 68b8c04Copy full SHA for 68b8c04
1 file changed
app/pages/index.vue
@@ -68,6 +68,7 @@ defineOgImageComponent('Default')
68
name="q"
69
:placeholder="$t('search.placeholder')"
70
autocomplete="off"
71
+ autofocus
72
class="w-full bg-bg-subtle border border-border rounded-lg pl-8 pr-24 py-4 font-mono text-base text-fg placeholder:text-fg-subtle transition-all duration-300 focus:(border-border-hover outline-none)"
73
@input="handleSearch"
74
@focus="isSearchFocused = true"
0 commit comments