Evertvdw

Results 23 comments of Evertvdw

@yusufkandemir Looks great! Maybe an addition, would it be possible to let users select the relevant components when creating an issue and give that issue a label? That way we...

@ferdynator Just ran into the same issue. The leaflet object is accessible under `leafletObject` in the map reference: ``` // In template // In script access the ref // Check...

@dskvr The example above should work, I'm using it a bit different, here is a more complete snippet: ```vue import { LMap, LTileLayer, LLayerGroup } from '@vue-leaflet/vue-leaflet'; const map =...