feat: rewrite print implementation to support new ing (#1305)

This commit is contained in:
Hayden
2022-05-28 17:00:37 -08:00
committed by GitHub
parent 80f1a9add8
commit 3dcfcc1fa9
2 changed files with 127 additions and 122 deletions

View File

@@ -454,12 +454,13 @@
>
<v-switch v-model="wakeLock" small label="Keep Screen Awake" />
</div>
<RecipeComments
v-if="recipe && !recipe.settings.disableComments && !form"
v-model="recipe.comments"
:slug="recipe.slug"
:recipe-id="recipe.id"
class="px-1 my-4"
class="px-1 my-4 d-print-none"
/>
<RecipePrintView v-if="recipe" :recipe="recipe" />
</v-container>