Vitali
Vitali
Hi, So this is pretty much what I need! Thousand of markers and really fast performing Google Maps widget. But it's not quite clear how can I achieve the same...
Hi, Is there a way to initialise a component that has no template (but has props and everything)? I'm using it mostly for API stuff, so have 2 template components...
Hi, I've noticed when I'm scrolling with the mousewheel it skips one slide each way. But when using keyboard arrows (left & right) it goes to the next one without...
Hi, Installed this with npm and using with `import 'leaflet-canvas-marker/dist/leaflet.canvas-markers.js';` (because `import 'leaflet-canvas-marker'` doesn't do the trick for some reason). I've added the canvas to the map: `this.mapMarkerLayer = L.canvasIconLayer({}).addTo(this.map);`...
How do I move this beast to it's intended position? Thanks
Hi, So in the docs there's the simplest version, which is including alert: ``` import { alert } from 'vue-strap' new Vue({ components: { alert } }) ``` But how...
Is there any way to stack alerts, as they are currently appearing on top of each other?