-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknow custom element: <fa> #21
Comments
I'm getting the same thing. Finding the docs quite confusing. |
@josh-unwin , yes, is not very helpfull, they need to change a little bit the documentation, i have to install another package for node and i have this in the nuxt
and this in nuxt.config.js
Maybe this will help you. and i uses like this :
|
@josh-unwin did it work ?? |
Hey thanks @Sebastiangperez, I only just went back to this project, yep that's working now! Thanks! |
@Sebastiangperez They includes you, you are part of the nuxt-community too! ;) Could you please have a look at submitting a PR with changes to make the docs more understandable? |
Hello, I have similar issue. I have working perfectly in pages, but when a try to use in components and layouts, i have de same message: I tried the suggestion of @Sebastiangperez, but didn't work to me. |
See the
Installing another package is not necessary. You need to use |
hi guys, i got this error and i did everything that you said in the docs
Im using the latest version of nuxt.js
Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <Pages/index.vue> at pages/index.vue
<Layouts/default.vue> at layouts/default.vue
Any tougths ?
The text was updated successfully, but these errors were encountered: