File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
" fluid" ,
13
13
" responsive"
14
14
],
15
- "main" : " dist/vue-grid-layout.js" ,
15
+ "main" : " dist/vue-grid-layout.min. js" ,
16
16
"scripts" : {
17
17
"dev" : " cross-env NODE_ENV=development webpack-dev-server --open --inline --hot" ,
18
18
"build" : " cross-env NODE_ENV=production webpack --progress --hide-modules" ,
Original file line number Diff line number Diff line change 268
268
document .getElementsByTagName (" html" )[0 ].getAttribute (" dir" );
269
269
this .rtl = (direction == " rtl" );
270
270
},
271
- beforeDestroy : function () {
271
+ beforeDestroy : function (){
272
+ var self = this ;
272
273
// Remove listeners
273
274
this .eventBus .$off (' updateWidth' , self .updateWidthHandler );
274
275
this .eventBus .$off (' compact' , self .compactHandler );
325
326
resizable : function () {
326
327
var self = this ;
327
328
if (this .interactObj == null ) {
328
- this .interactObj = interact (this .$refs .item , {ignoreFrom: resizeIgnoreFrom});
329
+ this .interactObj = interact (this .$refs .item , {ignoreFrom: this . resizeIgnoreFrom });
329
330
}
330
331
if (this .resizable ) {
331
332
this .interactObj
You can’t perform that action at this time.
0 commit comments