free-regular-svg-icons of vue-fontawesome not working free-regular-svg-icons of vue-fontawesome not working vue.js vue.js

free-regular-svg-icons of vue-fontawesome not working


You need to specify a prefix for using non solid icons.

In your example this should work:

  <font-awesome-icon :icon="['far', 'calendar-check']" />

More info can be found here.