Compability with vue-fontawesome
See original GitHub issueI am using the vue-fontawesome components for all the icons in my project, so is there a way to use this with it?
The component looks like this:
<font-awesome-icon :icon="['far', 'trash-alt']"></font-awesome-icon>
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Set Up with Vue | Font Awesome Docs
We'll cover the basics of installing core utility packages, icon installation, and installing the Vue component, so that you can make awesome stuff...
Read more >@fortawesome/vue-fontawesome - npm
Official Vue 2 component for Font Awesome. Latest version: 2.0.9, last published: 2 months ago. Start using @fortawesome/vue-fontawesome in ...
Read more >FortAwesome/vue-fontawesome - GitHub
To find the Vue setup, go to our Web docs and click the "Set Up with Vue" (left hand side menu). How to...
Read more >Font Awesome icons in Vue.js apps: A complete guide
Font Awesome provides good integration with Vue, allowing us access to lightweight icons in our production application. This allows us to build ...
Read more >Using Font Awesome in Vue 3 - Stack Overflow
Install latest-3 ( 3.0.1 ) of vue-fontawesome , which is compatible with Vue 3, and the icon dependencies: · In main.js , select...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@shpfive your solution works! @shakee93 could we get this solution in the official release, so i dont have to maintain my own ‘fix’-version? 😃
Hi, hope you all are doing well.
I was facing the same issue, I’m using vue-toasted v. 1.1.27 and I did this to make it work:
Hope it helps!