From 46df470bbba226da5224d9adc1c47ecfadf11e1d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 18 七月 2024 14:21:01 +0800 Subject: [PATCH] chart resize --- src/main.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main.ts b/src/main.ts index 20fd4a5..a681408 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,6 +11,7 @@ import VueGridLayout from 'vue-grid-layout'; import { initBackEndControlRoutes } from './router/backEnd'; import '/@/theme/index.scss'; +import "@amap/amap-jsapi-types"; const app = createApp(App); for (const [key, component] of Object.entries(ElementPlusIconsVue)) { -- Gitblit v1.9.3