• Added `cell.date` so we don’t need `. getDateOfCell()` anymore
    Passed `cell` directly in `@click="handleClick(cell)”` so we don’t need
    `const cell =
    this.cells[parseInt(event.target.getAttribute('index’))];` anymore
    Sergio Crisostomo authored
     
    Browse File »