We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf46f2d commit ed994deCopy full SHA for ed994de
lib/index.iife.js
@@ -1,4 +1,10 @@
1
-var _VueDemiGlobal = typeof globalThis !== 'undefined' ? globalThis : global || self; // from umd
+var _VueDemiGlobal = typeof globalThis !== 'undefined'
2
+ ? globalThis
3
+ : typeof global !== 'undefined'
4
+ ? global
5
+ : typeof self !== 'undefined'
6
+ ? self
7
+ : this
8
var VueDemi = (function (VueDemi, Vue, VueCompositionAPI) {
9
if (VueDemi.install) {
10
return VueDemi
0 commit comments