diff --git a/components/recipe/search.vue b/components/recipe/search.vue index 9d07d31..0e16db7 100644 --- a/components/recipe/search.vue +++ b/components/recipe/search.vue @@ -9,7 +9,8 @@ placeholder="Search recipes..." @focus="isFocused = true" @blur="isFocused = false" - > + :autofocus="autofocus" + />