diff --git a/lib/index.iife.js b/lib/index.iife.js index 943ba6f..fd017b7 100644 --- a/lib/index.iife.js +++ b/lib/index.iife.js @@ -1,4 +1,10 @@ -var _VueDemiGlobal = typeof globalThis !== 'undefined' ? globalThis : global || 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