nuxt-community / fontawesome-module

Module to use Font Awesome icons in Nuxt.js
MIT License
110 stars 12 forks source link

Does this still function? Cannot find icons #42

Open Blakeinstein opened 2 years ago

Blakeinstein commented 2 years ago

https://codesandbox.io/s/sharp-faraday-jy3oi?file=/components/Tutorial.vue

Just tried to reproduce the example in a sandbox using the nuxt template.

 ERROR  Could not find one or more icon(s) {                          17:00:13
  prefix: 'fas',
  iconName: 'calendar'
} {}
weixianggoh commented 2 years ago

remember import using below packages:

    "@fortawesome/free-brands-svg-icons": "^5.15.4",
    "@fortawesome/free-regular-svg-icons": "^5.15.4",
    "@fortawesome/free-solid-svg-icons": "^5.15.4",