ry-vue-map 0.3.8 → 0.4.0

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ry-vue-map",
3
- "version": "0.3.8",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "main": "lib/ryui.umd.min.js",
6
6
  "description": "ry公共组件库",
@@ -126,6 +126,7 @@
126
126
  ]);
127
127
  _view.setMaxZoom(this.minZoom);
128
128
  _view.setMaxZoom(this.maxZoom);
129
+ this.map=map;
129
130
  // _view.seZoom(this.zoom);
130
131
  const {
131
132
  geo,
@@ -138,6 +139,8 @@
138
139
  color,
139
140
  lineDash
140
141
  });
142
+
143
+
141
144
  this.$emit('load', {
142
145
  map,
143
146
  mapServices:this.lMap,