@heycar/heycars-map 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2058,8 +2058,7 @@ const Amap = defineSetup(function Amap2(props, { slots, emit }) {
2058
2058
  const map = new AMap.Map(elementRef.value, {
2059
2059
  ...defaultOptions,
2060
2060
  scrollWheel: defaultOptions.touchZoomCenter ? false : defaultOptions.scrollWheel,
2061
- vectorMapForeign,
2062
- mapStyle: "amap://styles/95498a904992a4c0b866a3e4d7729682"
2061
+ vectorMapForeign
2063
2062
  });
2064
2063
  window.GlobalAmap = map;
2065
2064
  mapRef.value = map;
package/dist/index.js CHANGED
@@ -2056,8 +2056,7 @@ const Amap = defineSetup(function Amap2(props, { slots, emit }) {
2056
2056
  const map = new AMap.Map(elementRef.value, {
2057
2057
  ...defaultOptions,
2058
2058
  scrollWheel: defaultOptions.touchZoomCenter ? false : defaultOptions.scrollWheel,
2059
- vectorMapForeign,
2060
- mapStyle: "amap://styles/95498a904992a4c0b866a3e4d7729682"
2059
+ vectorMapForeign
2061
2060
  });
2062
2061
  window.GlobalAmap = map;
2063
2062
  mapRef.value = map;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heycar/heycars-map",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite -c vite.config.dev.ts",