Kubilay Turgut
Kubilay Turgut
> ``` > > :zoom="..." > :center="..." > > > v-for="(m, index) in markers" > :key="index" > :position="..." > :icon="..." > :label-content="..." > :clickable="true" > > > :opened="infoWindowShown" > @closeclick="infoWindowShown...
> ``` > mounted () { > this.$refs.mapRef.$mapPromise.then((map) => { > > /* Pass the value inside the mapPromise or your preferred method */ > for (let marker of this.markers)...
> can you post your code? sure here it is the map.vue component -> ``` import GmapMarkerWithLabel from '../../helpers/marker-with-label' import {mapGetters } from "vuex"; export default { components: { GmapMarkerWithLabel...
thank you for replying. I am on vite / vue 3 typescript. actually code is working perfectly even with the warning but log error bothering me and maybe there is...
thank you, waiting for your update. hope, you figure it out and enlighten me about this.