Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe method don't show #56

Open
erdemalkan opened this issue Aug 18, 2019 · 0 comments
Open

Recipe method don't show #56

erdemalkan opened this issue Aug 18, 2019 · 0 comments

Comments

@erdemalkan
Copy link

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" />

@erdemalkan erdemalkan changed the title Recipe methods don't show Recipe method don't show Aug 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant