diff --git a/src/components/map/map.vue b/src/components/map/map.vue index 1c171c3b..ba0e43bd 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -369,8 +369,8 @@ */ this._view = new View({ center: [0, 0], - zoom: 2 - }); + zoom: 2, + }) /** * @type {Object|undefined} */