feat(Calendar): add scrollToDate method (#7847)

This commit is contained in:
neverland
2021-01-02 17:02:10 +08:00
committed by GitHub
parent 9582cd2fae
commit 5ac6996e56
4 changed files with 23 additions and 16 deletions
+2
View File
@@ -2,4 +2,6 @@ import { VanComponent } from './component';
export class Calendar extends VanComponent {
reset(): void;
scrollToDate(date: Date): void;
}