Skip to content

Commit a2fdced

Browse files
authored
Merge pull request jbaysolutions#62 from hujiulong/patch-1
fix bug
2 parents 3aa4924 + 377711c commit a2fdced

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)