mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-30 11:48:32 -07:00
fixed backup bug + removed console.logs
This commit is contained in:
parent
b8f7b58da3
commit
1559b015af
8 changed files with 56 additions and 10 deletions
|
@ -55,7 +55,6 @@ export default {
|
|||
},
|
||||
async mounted() {
|
||||
this.mealPlan = await api.mealPlans.thisWeek();
|
||||
console.log(this.mealPlan);
|
||||
},
|
||||
methods: {
|
||||
getOrder(index) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue