-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I tried to followed all the step as mentioned here: https://www.npmjs.com/package/@nuxtjs/fontawesome
My nuxt.config.js
buildModules: [
// https://go.nuxtjs.dev/typescript
'@nuxt/typescript-build',
['@nuxtjs/fontawesome',{
component: 'fa',
suffix: true,
},],
],
fontawesome: {
icons: {
solid: ['faHome'],
regular: ['faUserSecret'],
brands: ['faGithub'],
}
},
My usage of the component
<fa :icon="['fab', 'github']"/>
Expected outcome:
Works out of the box
Actual Outcome:
App crashes with the following error on the console

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels