feat(Recipes): única vista que no oculta el buscador del Header

parent d6b686f7
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ import RecipeCard from '@/components/RecipeCard.vue'; ...@@ -4,7 +4,7 @@ import RecipeCard from '@/components/RecipeCard.vue';
</script> </script>
<template> <template>
<Header></Header> <Header :show-search="true"></Header>
<section class="bg-custom py-5 flex-grow-1"> <section class="bg-custom py-5 flex-grow-1">
<div class="container px-4 px-lg-5 mt-5"> <div class="container px-4 px-lg-5 mt-5">
<div class="d-flex flex-wrap gap-3 justify-content-center"> <div class="d-flex flex-wrap gap-3 justify-content-center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment