wupengfei
10 天以前 8d973d050ba66a497ca763f9670aab457a74e2b1
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;
}