diff --git a/app/components/common/SearchRecipe.vue b/app/components/common/SearchRecipe.vue index 5ca7136..a27961d 100644 --- a/app/components/common/SearchRecipe.vue +++ b/app/components/common/SearchRecipe.vue @@ -89,9 +89,9 @@ const filteredRecipes = computedAsync(async () => { @click="keyword = ''" /> -
+
+
diff --git a/app/components/tags/DateTag.vue b/app/components/tags/DateTag.vue new file mode 100644 index 0000000..83dce29 --- /dev/null +++ b/app/components/tags/DateTag.vue @@ -0,0 +1,11 @@ + diff --git a/app/components/tags/MeatTag.vue b/app/components/tags/MeatTag.vue index 1ca3bb3..3568b13 100644 --- a/app/components/tags/MeatTag.vue +++ b/app/components/tags/MeatTag.vue @@ -5,12 +5,12 @@ defineProps<{ diff --git a/app/components/tags/StapleTag.vue b/app/components/tags/StapleTag.vue index 786a75b..de12e8f 100644 --- a/app/components/tags/StapleTag.vue +++ b/app/components/tags/StapleTag.vue @@ -5,11 +5,11 @@ defineProps<{ diff --git a/app/components/tags/ToolTag.vue b/app/components/tags/ToolTag.vue index 544fa5b..557ba92 100644 --- a/app/components/tags/ToolTag.vue +++ b/app/components/tags/ToolTag.vue @@ -5,12 +5,12 @@ defineProps<{ diff --git a/app/components/tags/VegetableTag.vue b/app/components/tags/VegetableTag.vue index 3fe730f..2cbdbe4 100644 --- a/app/components/tags/VegetableTag.vue +++ b/app/components/tags/VegetableTag.vue @@ -5,12 +5,12 @@ defineProps<{ diff --git a/app/pages/recipes/history.vue b/app/pages/recipes/history.vue index 6511d97..a3d4138 100644 --- a/app/pages/recipes/history.vue +++ b/app/pages/recipes/history.vue @@ -16,21 +16,21 @@ function clearAllHistory() {