diff --git a/components/RecipePanel.vue b/components/RecipePanel.vue index 2c4cc39..7433f31 100644 --- a/components/RecipePanel.vue +++ b/components/RecipePanel.vue @@ -4,6 +4,8 @@ import { storeToRefs } from 'pinia' const rStore = useRecipeStore() const { displayedRecipe, selectedStuff, curTool } = storeToRefs(rStore) + +const showSearchInput = ref(false)