mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
Fixes comments shown when printing
This commit is contained in:
parent
fbb05ba461
commit
e7078b5ab9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
<RecipeEditor v-else v-model="recipeDetails" ref="recipeEditor" @upload="getImageFile" />
|
<RecipeEditor v-else v-model="recipeDetails" ref="recipeEditor" @upload="getImageFile" />
|
||||||
</v-card>
|
</v-card>
|
||||||
<CommentsSection
|
<CommentsSection
|
||||||
class="mt-2"
|
class="mt-2 d-print-none"
|
||||||
:slug="recipeDetails.slug"
|
:slug="recipeDetails.slug"
|
||||||
:comments="recipeDetails.comments"
|
:comments="recipeDetails.comments"
|
||||||
@new-comment="getRecipeDetails"
|
@new-comment="getRecipeDetails"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue