Skip to content

Commit 6235b41

Browse files
committed
fixes layout-ready event layout undefined reference
1 parent 2c9e9b2 commit 6235b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/GridLayout.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
},
183183
watch: {
184184
width: function (newval, oldval) {
185+
const self = this;
185186
this.$nextTick(function () {
186187
//this.$broadcast("updateWidth", this.width);
187188
this.eventBus.$emit("updateWidth", this.width);

0 commit comments

Comments
 (0)