Closed saku-koodari closed 3 years ago
This "wrapper" is basically vue2-leaflet-draw as a my own vue component.
What I did:
App.vue
LeafletDrawToolBar.vue
L.*
window.L
var action = this
var action action = this
My npm compiler threw an errror about that. It's possible that there is other similar issues there, where you need to do the same fix.
It's not the desired solution since i have to 'keep' his code under my version control. But this seems to be the only viable option with my project
This "wrapper" is basically vue2-leaflet-draw as a my own vue component.
What I did:
App.vue
=>LeafletDrawToolBar.vue
L.*
references intowindow.L
var action = this
intoMy npm compiler threw an errror about that. It's possible that there is other similar issues there, where you need to do the same fix.
It's not the desired solution since i have to 'keep' his code under my version control. But this seems to be the only viable option with my project