From 450daa296f79839e47642d123cac07de8d764ec2 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 23 七月 2024 14:47:21 +0800 Subject: [PATCH] 快捷输入 --- 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