Loading src/components/LMap.vue +9 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,14 @@ </template> <script> import { onMounted, onBeforeUnmount, computed, reactive, ref } from "vue"; import { onMounted, onBeforeUnmount, computed, reactive, ref, nextTick, } from "vue"; import { remapEvents, propsBinder, Loading Loading @@ -345,6 +352,7 @@ export default { ); DomEvent.on(blueprint.leafletRef, listeners); blueprint.ready = true; nextTick(() => context.emit("ready")); }); onBeforeUnmount(() => { Loading Loading
src/components/LMap.vue +9 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,14 @@ </template> <script> import { onMounted, onBeforeUnmount, computed, reactive, ref } from "vue"; import { onMounted, onBeforeUnmount, computed, reactive, ref, nextTick, } from "vue"; import { remapEvents, propsBinder, Loading Loading @@ -345,6 +352,7 @@ export default { ); DomEvent.on(blueprint.leafletRef, listeners); blueprint.ready = true; nextTick(() => context.emit("ready")); }); onBeforeUnmount(() => { Loading