How to use Fontawesome with Element-Plus ? Hello,
I have installed Fontawesome according to the documentation.
And when I add an icon, my fontawesome code doesn't exist in the resulting code.
<font-awesome-icon icon="fa-solid fa-house" />
Is there something to do with element-plus to let fontawesome work correctly ?
If you have an idea ;).
Thanks a lot.
V
@vincent15000 Isn't that would be like this?
<i class="fa-solid fa-house"></i>
@tisuchi Already tried, same result, the fontawesome code doesn't appear in the source code of the page and no icon appears on the screen.
@vincent15000 Can you try this?
<i class="fas fa-solid fa-house"></i>
@tisuchi No it doesn't work. When I explore the code in the browser, it's like I had never written the fontawesome code.
@tisuchi Thank you ... you helped me in another post for the same issue, but in this post I hadn't the right approach, the problem was about VueJS integration of fontawesome and not about element-plus.
Please sign in or create an account to participate in this conversation.