guoshilong
2023-11-13 54849757852f6ab40eb17afbd03d1d839b60a38d
src/root.ts
@@ -1,8 +1,8 @@
import { createApp, ComponentCustomProperties, App as VueApp } from 'vue'
declare module '@vue/runtime-core' {
  interface ComponentCustomProperties {
    $aMap: any
    $aMapObj: any
    $aMap: any // Map类
    $map: any // 地图对象
    $mouseTool: any
  }
}