shopping list and docs

This commit is contained in:
vabene1111
2021-01-26 20:58:19 +01:00
parent 935dee853e
commit 35ee5847ca
4 changed files with 49 additions and 1 deletions

View File

@@ -453,7 +453,7 @@
});
let ordered_categories = []
for (let [i,v] of Object.entries(categories)){
for (let [i, v] of Object.entries(categories)) {
ordered_categories.push(v)
}
@@ -509,6 +509,8 @@
this.searchUsers('')
this.searchSupermarket('')
this.searchUnits('')
this.searchFoods('')
},
methods: {
findMergeEntry: function (categories, entry) {