Skip to content

Commit c754afe

Browse files
authored
Merge branch 'master' into fix-render-code
2 parents 7432723 + 282cb4e commit c754afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webpack-plugin/lib/runtime/components/web/mpx-scroll-view.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
this.lastContentHeight = scrollContentHeight
405405
this.lastWrapperWidth = scrollWrapperWidth
406406
this.lastWrapperHeight = scrollWrapperHeight
407-
this.refreshVersion = this.refreshVersion + 1
407+
this.refreshVersion++
408408
if (this.bs) this.bs.refresh()
409409
}
410410
},

0 commit comments

Comments
 (0)