From f321c4238ab6220923f33f8d879b53ce16b49688 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 24 Sep 2024 15:18:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(xpack):=20=E4=BB=A3=E7=A0=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/plugin/src/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/components/plugin/src/index.vue b/core/core-frontend/src/components/plugin/src/index.vue index 3f0aeaae0d..3072a48018 100644 --- a/core/core-frontend/src/components/plugin/src/index.vue +++ b/core/core-frontend/src/components/plugin/src/index.vue @@ -8,6 +8,7 @@ import { i18n } from '@/plugins/vue-i18n' import * as Vue from 'vue' import axios from 'axios' import * as Pinia from 'pinia' +import * as echarts from 'echarts' import router from '@/router' import tinymce from 'tinymce/tinymce' import { useEmitt } from '@/hooks/web/useEmitt' @@ -123,6 +124,7 @@ onMounted(async () => { window['vueRouterDe'] = router window['MittAllDe'] = useEmitt().emitter.all window['I18nDe'] = i18n + window['EchartsDE'] = echarts if (!window.tinymce) { window.tinymce = tinymce }