Akryum / Akryum/vue-googlemaps
Whan I drag the map the marker is not moving with it
Open
- Dominant language
- JavaScript
- Stars
- 529
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
When I drag the map, the marker is not moving with it, but stay at the center of the map.
`
`
`export default {
data() {
return {
centerMap: {
lat: 48.853,
lng: 2.298
},
zoom: 14
}
},
}
`
Here is a short demo of the issue:
https://drive.google.com/open?id=1L_EwjmGV603k84aZuTVdGSbHPk0auQ5U
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.