zhengyiming
3 天以前 62467438f17f552b7f2e72e7e13968a398d55863
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;
}