openatc-components 0.0.100 → 0.0.101

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": "openatc-components",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -184,7 +184,8 @@ export default {
184
184
  type: Object
185
185
  },
186
186
  isLockedCrossMap: { // 是否锁定底图(是否允许编辑底图位置,角度等)
187
- type: Boolean
187
+ type: Boolean,
188
+ default: true
188
189
  }
189
190
  },
190
191
  data () {