Skip to content

Commit

Permalink
fix: fix vue-moveable exports #1028
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Oct 9, 2023
1 parent 5f68143 commit 809073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-moveable/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import Moveable from './Moveable.vue';

export default Moveable;
export { Moveable as VueMoveable };
export * from "react-moveable/types";
export * from "moveable";

0 comments on commit 809073d

Please sign in to comment.