guoshilong
2023-09-28 cbcb844edf5c3bef84560af8bde1e4973fab7f3a
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
  }
}