Skip to content

Commit

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

0 comments on commit 4ccf5d1

Please sign in to comment.