From 996ac9adec29987e1c77a5e6fdf1f32a38e6c616 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 1 Aug 2024 11:58:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(xpack):=20vue=E5=8F=98=E9=87=8F=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/plugin/src/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/core-frontend/src/components/plugin/src/index.vue b/core/core-frontend/src/components/plugin/src/index.vue index d412975937..3f0aeaae0d 100644 --- a/core/core-frontend/src/components/plugin/src/index.vue +++ b/core/core-frontend/src/components/plugin/src/index.vue @@ -117,12 +117,12 @@ onMounted(async () => { plugin.value = xpack.default } else if (!window._de_xpack_not_loaded) { window._de_xpack_not_loaded = true - window['Vue'] = Vue - window['Axios'] = axios - window['Pinia'] = Pinia - window['vueRouter'] = router - window['MittAll'] = useEmitt().emitter.all - window['I18n'] = i18n + window['VueDe'] = Vue + window['AxiosDe'] = axios + window['PiniaDe'] = Pinia + window['vueRouterDe'] = router + window['MittAllDe'] = useEmitt().emitter.all + window['I18nDe'] = i18n if (!window.tinymce) { window.tinymce = tinymce }