You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I don't understand well, but how to update to latest font-awesome? Anytime font-awesome moves to a new version and adds new icons, vue-awesome is left behind?
I wonder if we could break out of this by installing latest font-awesome next to vue-awesome, but in that case how would one import a new icon?
The text was updated successfully, but these errors were encountered:
I wonder if we could break out of this by installing latest font-awesome next to vue-awesome, but in that case how would one import a new icon?
It's possible. But that means we'll mark @fortawesome/fontawesome-free as a peer dependency which introduces a breaking change. I'll try to implement this in the next major version.
Maybe I don't understand well, but how to update to latest font-awesome? Anytime font-awesome moves to a new version and adds new icons, vue-awesome is left behind?
I wonder if we could break out of this by installing latest font-awesome next to vue-awesome, but in that case how would one import a new icon?
The text was updated successfully, but these errors were encountered: