From b8dc9eeb53ce361f3142ea8de2c46244ecd9d5d6 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期二, 16 七月 2024 16:16:51 +0800
Subject: [PATCH] map 类型

---
 src/main.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index 110afce..a681408 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -11,6 +11,8 @@
 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)) {
 	app.component(key, component);

--
Gitblit v1.9.3