We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725a7f5 commit 3d8d78eCopy full SHA for 3d8d78e
components/vc-calendar/src/year/YearPanel.jsx
@@ -15,6 +15,7 @@ function chooseYear(year) {
15
const value = this.sValue.clone();
16
value.year(year);
17
value.month(this.sValue.month());
18
+ this.sValue = value
19
this.__emit('select', value);
20
}
21
0 commit comments