Skip to content

Commit

Permalink
fix: change global to this
Browse files Browse the repository at this point in the history
  • Loading branch information
dengyongchi committed Jul 25, 2024
1 parent bf46f2d commit 008fa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.iife.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var _VueDemiGlobal = typeof globalThis !== 'undefined' ? globalThis : global || self; // from umd
var _VueDemiGlobal = typeof globalThis !== 'undefined' ? globalThis :this|| self; // from umd
var VueDemi = (function (VueDemi, Vue, VueCompositionAPI) {
if (VueDemi.install) {
return VueDemi
Expand Down

0 comments on commit 008fa29

Please sign in to comment.