+ :src="plan.recipe.image" rounded="circle" v-if="plan.recipe?.image">
+
- {{ plan.recipe.name }}
+ {{ plan.recipe.name }}
+ {{ plan.title }}
-
{{ plan.meal_type_name }} -
-
- {{ plan.recipe.working_time + plan.recipe.waiting_time}} {{ $t('min')}}
+
+ {{ plan.note}}
+
+ {{ plan.meal_type_name }}
+
+ - {{ plan.recipe.working_time + plan.recipe.waiting_time }} {{ $t('min') }}
@@ -370,6 +376,7 @@ export default {
entryEditing: null,
mealplan_default_date: null,
ical_url: window.ICAL_URL,
+ image_placeholder: window.IMAGE_PLACEHOLDER,
}
},
computed: {