Skip to content

Commit

Permalink
Remove unused exports
Browse files Browse the repository at this point in the history
They were never bundled in build by webpack
  • Loading branch information
ankurk91 committed Aug 29, 2021
1 parent 917bb11 commit 6d8aa5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ const Plugin = (Vue, params) => {
Component.install = Plugin;

export default Component;
export {Component, Plugin};

0 comments on commit 6d8aa5c

Please sign in to comment.