[Vuejs]-Icons cease working inside of a table-column

0πŸ‘

βœ…

I don’t why this works, but it does

I was using the JavaScript version of FontAwesome.

<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>

When I switched to the CSS version, things started working

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" crossorigin="anonymous">

Leave a comment