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.
2 parents b06df42 + e6af794 commit 65420dfCopy full SHA for 65420df
src/vuedraggable.js
@@ -165,6 +165,7 @@ const draggableComponent = defineComponent({
165
$attrs: {
166
handler(newOptionValue) {
167
const { _sortable } = this;
168
+ if (!_sortable) return;
169
getValidSortableEntries(newOptionValue).forEach(([key, value]) => {
170
_sortable.option(key, value);
171
});
0 commit comments