-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Better CSS loading #1
Comments
Glad I could help, I added your suggestion to the README Thanks for contributing! |
@M-Gregoire Thanks so much for your guide! Sadly this neat solution to the Icon loading challenge didn't work for me – the normal This is what worked for me:
It's a brute force solution, but it works! |
You can load leaflet CSS also in the nuxt plugin via:
import 'leaflet/dist/leaflet.css'
p.s. Your guide helped a lot! Many thanks...
The text was updated successfully, but these errors were encountered: