uncomment usefull code
This commit is contained in:
parent
5773c1ef49
commit
5976049aa6
1 changed files with 5 additions and 5 deletions
|
|
@ -14,12 +14,12 @@
|
|||
this.dates = getDatesInMonth(this.monthNumb);
|
||||
|
||||
const mapadoDates = await getMapadoDates(this.monthNumb)
|
||||
// mapadoDates.forEach(mapadoDate => {
|
||||
// const day = parseInt(mapadoDate.day)
|
||||
// this.dates[day].push(mapadoDate.name)
|
||||
// })
|
||||
mapadoDates.forEach(mapadoDate => {
|
||||
const day = parseInt(mapadoDate.day)
|
||||
this.dates[day].push(mapadoDate.name)
|
||||
})
|
||||
|
||||
// console.log('dates', this.dates)
|
||||
console.log('dates', this.dates)
|
||||
}
|
||||
}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue