We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262676b commit 1178d87Copy full SHA for 1178d87
src/vuedragablefor.js
@@ -61,7 +61,7 @@
61
62
if (typeof exports == "object") {
63
var _ = require("lodash");
64
- var Sortable = require("Sortable");
+ var Sortable = require("Sortablejs");
65
module.exports = buildVueDragFor(_, Sortable);
66
} else if (typeof define == "function" && define.amd) {
67
define(['lodash', 'Sortable'], function(_, Sortable){ return buildVueDragFor(_, Sortable);});
0 commit comments