mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-20 19:00:36 +03:00
fix: test suites in another timezone failed (#300)
This commit is contained in:
@@ -122,6 +122,8 @@ export default {
|
||||
<td
|
||||
class="cell"
|
||||
{...attrs}
|
||||
data-year={date.year}
|
||||
data-month={date.month}
|
||||
title={this.getCellTitle(date)}
|
||||
onClick={this.selectDate.bind(this, date)}>
|
||||
{date.day}
|
||||
|
||||
Reference in New Issue
Block a user