wupengfei
7 天以前 d820b4d0fc01559e36484649c56bbc13b9cc551c
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;
}