Skip to content

Commit 377711c

Browse files
authored
fix bug
1 parent 3aa4924 commit 377711c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GridItem.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@
251251
this.rtl = (direction == "rtl");
252252
},
253253
beforeDestroy: function(){
254+
var self = this;
255+
254256
//Remove listeners
255257
this.eventBus.$off('updateWidth', self.updateWidthHandler);
256258
this.eventBus.$off('compact', self.compactHandler);

0 commit comments

Comments
 (0)