diff --git a/components/RandomRecipe.vue b/components/RandomRecipe.vue index 8d8cff4..78257aa 100644 --- a/components/RandomRecipe.vue +++ b/components/RandomRecipe.vue @@ -22,7 +22,9 @@ const { random, randomRecipes } = useRandomRecipe(count)
随机一下
- +
diff --git a/components/tags/DishTag.vue b/components/tags/DishTag.vue index 93ad4ec..e8a57ad 100644 --- a/components/tags/DishTag.vue +++ b/components/tags/DishTag.vue @@ -1,10 +1,11 @@