diff --git a/components/recipe/search.vue b/components/recipe/search.vue index 0e16db7..92ea1fe 100644 --- a/components/recipe/search.vue +++ b/components/recipe/search.vue @@ -7,10 +7,10 @@ type="text" class="grow" placeholder="Search recipes..." + :autofocus="autofocus" @focus="isFocused = true" @blur="isFocused = false" - :autofocus="autofocus" - /> + >