File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
list/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ exports[`renders ./components/list/demo/infinite-virtualized-load.md correctly 1
128
128
<div class = " ant-list ant-list-split" >
129
129
<div class = " ant-spin-nested-loading" >
130
130
<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 >
134
134
</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 >
136
136
</div >
137
137
</div >
138
138
</div >
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ const Drawer = {
118
118
this . $nextTick ( ( ) => {
119
119
// dom 没渲染时,重走一遍。
120
120
if ( ! this . sFirstEnter && this . container ) {
121
- console . log ( 1 )
122
121
this . $forceUpdate ( )
123
122
this . sFirstEnter = true
124
123
}
You can’t perform that action at this time.
0 commit comments