We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98628ae commit 922bcb0Copy full SHA for 922bcb0
components/vc-resize-observer/index.jsx
@@ -64,7 +64,7 @@ const VueResizeObserver = {
64
if (this.width !== fixedWidth || this.height !== fixedHeight) {
65
const size = { width: fixedWidth, height: fixedHeight };
66
this.width = fixedWidth;
67
- this.fixedHeight = fixedHeight;
+ this.height = fixedHeight;
68
this.$emit('resize', size);
69
}
70
},
0 commit comments