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