Skip to content

Commit 164d747

Browse files
committed
test: update snapshots
1 parent de8cee6 commit 164d747

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

components/list/__tests__/__snapshots__/demo.test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ exports[`renders ./components/list/demo/infinite-virtualized-load.md correctly 1
128128
<div class="ant-list ant-list-split">
129129
<div class="ant-spin-nested-loading">
130130
<div class="ant-spin-container">
131-
<div data-v-caa2d078="" class="virtual-scroller" infinite-scroll-distance="10" style="height: 400px;">
132-
<div data-v-caa2d078="" class="item-container">
133-
<div data-v-caa2d078="" class="items"></div>
131+
<div data-v-3eef485a="" class="virtual-scroller" infinite-scroll-distance="10" style="height: 400px;">
132+
<div data-v-3eef485a="" class="item-container">
133+
<div data-v-3eef485a="" class="items"></div>
134134
</div>
135-
<div data-v-b329ee4c="" data-v-caa2d078="" tabindex="-1" class="resize-observer"><object style="display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;" aria-hidden="true" tabindex="-1" type="text/html" data="about:blank"></object></div>
135+
<div data-v-b329ee4c="" data-v-3eef485a="" tabindex="-1" class="resize-observer"><object style="display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;" aria-hidden="true" tabindex="-1" type="text/html" data="about:blank"></object></div>
136136
</div>
137137
</div>
138138
</div>

components/vc-drawer/src/Drawer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ const Drawer = {
118118
this.$nextTick(() => {
119119
// dom 没渲染时,重走一遍。
120120
if (!this.sFirstEnter && this.container) {
121-
console.log(1)
122121
this.$forceUpdate()
123122
this.sFirstEnter = true
124123
}

0 commit comments

Comments
 (0)