tdt-map-vue2 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/lib/BaseMap.vue +2 -2
  2. package/package.json +1 -1
package/lib/BaseMap.vue CHANGED
@@ -462,13 +462,13 @@ export default {
462
462
  </style>
463
463
 
464
464
  <style>
465
- .tdt-control-copyright {
465
+ /* .tdt-control-copyright {
466
466
  opacity: 0;
467
467
  }
468
468
 
469
469
  .tdt-container .tdt-control-copyright {
470
470
  opacity: 0;
471
- }
471
+ } */
472
472
 
473
473
  html .tdt-label {
474
474
  background: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tdt-map-vue2",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "基于天地图封装的组件",
5
5
  "main": "index.js",
6
6
  "scripts": {