We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8812b1 commit 282cb4eCopy full SHA for 282cb4e
1 file changed
packages/webpack-plugin/lib/runtime/components/web/mpx-scroll-view.vue
@@ -404,7 +404,7 @@
404
this.lastContentHeight = scrollContentHeight
405
this.lastWrapperWidth = scrollWrapperWidth
406
this.lastWrapperHeight = scrollWrapperHeight
407
- this.refreshVersion = this.refreshVersion + 1
+ this.refreshVersion++
408
if (this.bs) this.bs.refresh()
409
}
410
},
0 commit comments