nuxt-community / fontawesome-module

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

[Vue warn]: Unknown custom element: <font-awesome-icon> #24

Closed miqo-srapionyan closed 3 years ago

miqo-srapionyan commented 3 years ago

Hi guys, i am getting error, [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

nuxt.config.js

buildModules: [
    '@nuxtjs/fontawesome',
  ],
fontawesome: {
    icons: {
      solid: true
    }
  }

Used in template like this <font-awesome-icon icon="cog"/>

Thanks!

miqo-srapionyan commented 3 years ago

I found the issue, I just needed to restart server to rebuild. :)