fixed #201
This commit is contained in:
梁灏 2017-01-13 20:32:24 +08:00
parent d16dce64d6
commit 356953d958
2 changed files with 9 additions and 15 deletions

View file

@ -181,6 +181,7 @@
this.year = this.date.getFullYear();
this.month = this.date.getMonth();
if (reset) this.isTime = false;
},
prevYear () {
if (this.currentView === 'year') {