We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying put vue2leaflet component in home view, this is what I get:
This is my componet
`
export default { components: { LMap, LTileLayer, LMarker }, data() { return { url: 'https://{s}.tile.osm.org/{z}/{x}/{y}.png', zoom: 6, center: [46.5322, 2.9482], bounds: null } } } </script> `
I dont know what is happening, can anybody help me?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
This is a Vue2Leaflet problem vue-leaflet/Vue2Leaflet#157
Sorry, something went wrong.
No branches or pull requests
Hi, I am trying put vue2leaflet component in home view, this is what I get:
![Screenshot from 2020-02-23 11-36-12](https://user-images.githubusercontent.com/26529546/75115914-33c29d80-5631-11ea-954b-b9343ed6bcfe.png)
This is my componet
`
export default {
components: {
LMap,
LTileLayer,
LMarker
},
data() {
return {
url: 'https://{s}.tile.osm.org/{z}/{x}/{y}.png',
zoom: 6,
center: [46.5322, 2.9482],
bounds: null
}
}
}
</script>
`
I dont know what is happening, can anybody help me?
Thanks a lot!
The text was updated successfully, but these errors were encountered: