修复地图搜索不展示搜索结果问题

This commit is contained in:
2025-02-12 15:00:13 +08:00
parent c37166e38c
commit 0e3759b34d
5 changed files with 25 additions and 30 deletions

View File

@@ -28,6 +28,14 @@
"types": ["node", "vite/client", "element-plus/global", "vuemap"]
},
"include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts"],
"include": [
"mock/**/*.ts",
"src/**/*.ts",
"src/**/*.vue",
"vite.config.ts",
"./node_modules/@vuemap/vue-amap/global.d.ts",
"./node_modules/@vuemap/vue-amap-loca/global.d.ts",
"./node_modules/@vuemap/vue-amap-extra/global.d.ts"
],
"exclude": ["node_modules", "dist"]
}