Skip to content

Recipe method don't show #56

@erdemalkan

Description

@erdemalkan

On the recipe detail page, the methods field is empty. The following line in the corresponding component needs to be changed.

RecipeDetail.vue

before
<div v-html="recipe.instructions.value" />

after
<div v-html="recipe.instructions" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions