Skip to content

Commit

Permalink
Merge pull request #21 from queengooborg/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
johndatserakis committed Aug 30, 2022
2 parents 20f0793 + e5c51df commit 279af83
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 @@ -17,7 +17,7 @@ if (typeof window !== 'undefined') {
} else if (typeof global !== 'undefined') {
GlobalVue = global.Vue;
}
if (GlobalVue) {
if (GlobalVue && 'use' in GlobalVue) {
GlobalVue.use(plugin);
}

Expand Down

0 comments on commit 279af83

Please sign in to comment.