wupengfei
23 小时以前 f3274a6594094d4419a0538ebc16d4601be4ef9d
packages/components/types/global.d.ts
@@ -16,4 +16,17 @@
  import { ComponentOptions } from 'vue'
  const componentOptions: ComponentOptions
  export default componentOptions
}
declare interface WeMapModel {
  latitude?: number;
  longitude?: number;
  provinceName?: string;
  cityName?: string;
  countyName?: string;
  provinceCode?: string;
  cityCode?: string;
  countyCode?: string;
  address?: string;
  addressName?: string;
}