feat(Calendar): scroll to currecnt month when default-date changed (#5664)

This commit is contained in:
陈嘉涵 2020-02-17 14:28:40 +08:00
parent 3672441839
commit f1a5097a2e

View File

@ -133,6 +133,7 @@ export default createComponent({
defaultDate(val) {
this.currentDate = val;
this.scrollIntoView();
},
},