From 4ccf5d1606d9c80d01fecd9b140731e5ce0e7f62 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 25 Jul 2024 18:18:28 +0200 Subject: [PATCH] chore: update --- lib/index.iife.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/index.iife.js b/lib/index.iife.js index 2554b86..fd017b7 100644 --- a/lib/index.iife.js +++ b/lib/index.iife.js @@ -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