🐛(date-picker): v-model 默认 年月日 解析不成功
This commit is contained in:
@@ -138,6 +138,7 @@ const getScrollTop = (el: HTMLElement | undefined): number => {
|
||||
document.body.scrollTop ||
|
||||
0;
|
||||
};
|
||||
|
||||
/**平滑滚动 */
|
||||
const scrollToTitle = (id: string): void => {
|
||||
document.getElementById(id)?.scrollIntoView({
|
||||
|
||||
Reference in New Issue
Block a user