Skip to content

Commit e1e2bf1

Browse files
Adjust dependecies
1 parent 8ebe114 commit e1e2bf1

File tree

4 files changed

+3406
-2516
lines changed

4 files changed

+3406
-2516
lines changed

dist/vuedraggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
189189
this.computeIndexes();
190190
},
191191
beforeDestroy: function beforeDestroy() {
192-
this._sortable.destroy();
192+
if (this._sortable !== undefined) this._sortable.destroy();
193193
},
194194

195195

dist/vuedraggable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)