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.
2 parents 7432723 + 282cb4e commit c754afeCopy full SHA for c754afe
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