We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f84dd1 commit d09c0ddCopy full SHA for d09c0dd
src/platforms/web/runtime/components/transition-group.js
@@ -102,7 +102,7 @@ export default {
102
103
// force reflow to put everything in position
104
const body: any = document.body
105
- const f: number = body.offsetHeight // eslint-disable-line
+ this._h = body.offsetHeight // assign to this to avoid removed in tree-shaking
106
107
children.forEach((c: VNode) => {
108
if (c.data.moved) {
0 commit comments