web-component-gallery 2.1.2 → 2.1.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.
@@ -276,7 +276,7 @@ export default {
276
276
  }
277
277
 
278
278
  /** 地图加载完成 */
279
- Vue.prototype.$amapBus.$emit('onAMapMounted')
279
+ Vue.prototype.$bus.$emit('onAMapMounted')
280
280
 
281
281
  /** 常用覆盖物 */
282
282
  Vue.prototype.$amapLayers = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-gallery",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "基础vue、antdvue、less实现的私有组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "files": [