提交 60a3dd25 编写于 作者: D dolymood

fix(date-picker): min and max default month to right value

上级 0fa170bb
......@@ -69,13 +69,13 @@
min: {
type: [Date, Array],
default() {
return new Date(2010, 1, 1)
return new Date(2010, 0, 1)
}
},
max: {
type: [Date, Array],
default() {
return new Date(2020, 12, 31)
return new Date(2020, 11, 31)
}
},
startColumn: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册