vue2-client 1.6.34-1 → 1.6.34-2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.6.34-1",
3
+ "version": "1.6.34-2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -13,7 +13,7 @@ async function GetGDMap (secret_key,key) {
13
13
  'AMap.Geocoder', 'AMap.MarkerClusterer', 'AMap.AutoComplete'], // 需要使用的的插件列表,如比例尺'AMap.Scale'等
14
14
  AMapUI: {
15
15
  version: '1.1', // AMapUI 缺省 1.1
16
- plugins: [] // 需要加载的 AMapUI ui插件
16
+ plugins: ['misc/PositionPicker'] // 需要加载的 AMapUI ui插件
17
17
  }
18
18
  })
19
19
  }