wupengfei
5 天以前 318a7bbb40a8f37f825f9eb4ee1bcd84c6020a09
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;
}