Skip to content

Commit

Permalink
fix: Handle Directive hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Jexordexan committed Jan 22, 2021
1 parent a3a2f98 commit 86d07d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HandleDirective.js
@@ -1,6 +1,6 @@
// Export Sortable Element Handle Directive
export const HandleDirective = {
bind(el) {
beforeMount(el) {
el.sortableHandle = true;
},
};

0 comments on commit 86d07d3

Please sign in to comment.