mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
cleanup console.logs
This commit is contained in:
parent
5270ee671b
commit
d8aa9d3aa0
1 changed files with 0 additions and 6 deletions
|
@ -43,12 +43,6 @@ export default {
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.checked = this.ingredients.map(() => false);
|
this.checked = this.ingredients.map(() => false);
|
||||||
console.log(this.checked);
|
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
ingredients(val) {
|
|
||||||
console.log(val);
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
generateKey(item, index) {
|
generateKey(item, index) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue