diff --git a/web/vue/src/App.vue b/web/vue/src/App.vue index 1a8d03b..9fbf6e2 100644 --- a/web/vue/src/App.vue +++ b/web/vue/src/App.vue @@ -31,7 +31,6 @@ import RecipeDetails from './components/RecipeDetails.vue' import RecipeList from './components/RecipeList.vue' import Planner from './components/Planner.vue' - export default { name: 'app', components: { @@ -99,8 +98,10 @@ export default { }, mounted () { this.fetchRecipesList(); - this.initWeekPlanning(); + + console.log("MOUNTED !"); } + } diff --git a/web/vue/src/components/Planner.vue b/web/vue/src/components/Planner.vue index 4d9baea..8887386 100644 --- a/web/vue/src/components/Planner.vue +++ b/web/vue/src/components/Planner.vue @@ -6,10 +6,10 @@ FetchSolution
-
-

{{ day_meals[0] }}

-
+

{{ day }}

+

{{ meal.key[1] }} {{ meal.value.title }} @@ -26,20 +26,6 @@