Skip to content

Commit

Permalink
feat: unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
dengyongchi committed Jul 22, 2024
1 parent 4dbdc83 commit d5fed05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/index.iife.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var global = typeof globalThis !== 'undefined' ? globalThis : global || self; // from umd
var _VueDemiGlobal = typeof globalThis !== 'undefined' ? globalThis : global || self; // from umd
var VueDemi = (function (VueDemi, Vue, VueCompositionAPI) {
if (VueDemi.install) {
return VueDemi
Expand Down Expand Up @@ -114,7 +114,7 @@ var VueDemi = (function (VueDemi, Vue, VueCompositionAPI) {
}
return VueDemi
})(
((global || self).VueDemi = (global || self).VueDemi || (typeof VueDemi !== 'undefined' ? VueDemi : {})),
(global || self).Vue || (typeof Vue !== 'undefined' ? Vue : undefined),
(global || self).VueCompositionAPI || (typeof VueCompositionAPI !== 'undefined' ? VueCompositionAPI : undefined)
((_VueDemiGlobal || self).VueDemi = (_VueDemiGlobal || self).VueDemi || (typeof VueDemi !== 'undefined' ? VueDemi : {})),
(_VueDemiGlobal || self).Vue || (typeof Vue !== 'undefined' ? Vue : undefined),
(_VueDemiGlobal || self).VueCompositionAPI || (typeof VueCompositionAPI !== 'undefined' ? VueCompositionAPI : undefined)
);

0 comments on commit d5fed05

Please sign in to comment.