LeCoupa / vueflags

πŸ‡ΊπŸ‡ΈπŸ‡«πŸ‡· One easy-to-use flag component for Vue.js with all ISO 3166-1 countries.
https://www.growthbunker.dev/vueflags
MIT License
119 stars 37 forks source link

Relative icon paths are ignored #10

Open j0hannes opened 4 years ago

j0hannes commented 4 years ago

I couldn't figure out how to tell the component to render "./flags"; it will always assume "/flags" instead.

LeCoupa commented 4 years ago

Can you show me your code and give some additional details?

j0hannes commented 4 years ago

I set iconPath to "./flags", but it rendered to "/flags"; but that was on the component itself.