Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon committed Dec 24, 2017
1 parent 848b657 commit a5674bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const install = function (Vue) {
Vue.component(dragHandle.name, dragHandle)
Vue.component(dragContent.name, dragContent)
}
const VueDragZone = { dragZone, dragHandle, dragContent, install };
const VueDragZone = { dragZone, dragHandle, dragContent, install }

export default VueDragZone
export { dragZone, dragHandle, dragContent, install }

0 comments on commit a5674bd

Please sign in to comment.