contenta_vue_nuxt
contenta_vue_nuxt copied to clipboard
Recipe method don't show
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" />