ry-vue-map 0.4.2 → 0.4.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ry-vue-map",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "private": false,
5
5
  "main": "lib/ryui.umd.min.js",
6
6
  "description": "ry公共组件库",
@@ -139,8 +139,8 @@
139
139
  color,
140
140
  lineDash
141
141
  });
142
- this._bingMapEvent();
143
-
142
+ this._bingMapEvent();
143
+ this._bingMapMoveend();
144
144
  this.$emit('load', {
145
145
  map,
146
146
  mapServices: this.lMap,
@@ -182,7 +182,7 @@
182
182
  },
183
183
  mapMoveend(e) {
184
184
  // alert(1);
185
- // console.log(e);
185
+ console.log(e);
186
186
  },
187
187
  loadDrawPolygonEvent(e) {
188
188
  this.mapTool = e;