2
0
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:
mengxiong10
2019-05-15 10:55:21 +08:00
parent 96812abaf9
commit ec69590bbb
2 changed files with 14 additions and 14 deletions
+2
View File
@@ -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}