修复地图搜索不展示搜索结果问题
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user