Skip to content

Commit

Permalink
export global plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangJoo-Park committed Jun 9, 2020
1 parent 2680caf commit ecf5b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Vue.use(plugin)
* If you want Vue instance of main.js to import something in your plugin as a Vue option,
* you need to export it here.
*/
// export default plugin
export default plugin

0 comments on commit ecf5b3e

Please sign in to comment.