chore: bump @vant/cli@3.0.0-rc.2

This commit is contained in:
chenjiahan
2020-11-21 22:25:18 +08:00
parent ef44d6dc54
commit 3851c9a220
3 changed files with 153 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ export function mockScrollIntoView() {
}
export function mockGetBoundingClientRect(
rect: ClientRect | DOMRect
rect: DOMRect
): () => void {
const originMethod = Element.prototype.getBoundingClientRect;