fix specs, fix merge conflicts and cleanup
This commit is contained in:
parent
d9ff845f63
commit
5426dcf989
8 changed files with 36 additions and 17 deletions
|
@ -219,7 +219,6 @@
|
|||
};
|
||||
},
|
||||
prevYear (panel) {
|
||||
console.log(this)
|
||||
const increment = this.currentView === 'year' ? -10 : -1;
|
||||
this.changePanelDate(panel, 'FullYear', increment);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue