diff --git a/components/DraggableMap.vue b/components/DraggableMap.vue index a3b58b6b..ce48821c 100644 --- a/components/DraggableMap.vue +++ b/components/DraggableMap.vue @@ -138,7 +138,6 @@ export default { async ready() { const self = this - await this.waitForRef('map') if (process.client) { this.mapObject = this.$refs.map.leafletObject diff --git a/components/ExternalDa.vue b/components/ExternalDa.vue index 9e835049..67381da2 100644 --- a/components/ExternalDa.vue +++ b/components/ExternalDa.vue @@ -24,9 +24,9 @@