Skip to content

Instantly share code, notes, and snippets.

@rlam3
Last active March 25, 2021 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlam3/fec416ecaca28673a8c7bbe5c0a14204 to your computer and use it in GitHub Desktop.
Save rlam3/fec416ecaca28673a8c7bbe5c0a14204 to your computer and use it in GitHub Desktop.
Unknown custom element: XXX did you register the component correctly? For recursive components, make sure to provide the "name" option.
console.error
[Vue warn]: Unknown custom element: <fa> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <PictureGallery>
<Index>
<Root>
at warn (node_modules/vue/dist/vue.common.dev.js:630:15)
at createElm (node_modules/vue/dist/vue.common.dev.js:5929:11)
at createChildren (node_modules/vue/dist/vue.common.dev.js:6044:9)
at createElm (node_modules/vue/dist/vue.common.dev.js:5945:9)
at createChildren (node_modules/vue/dist/vue.common.dev.js:6044:9)
at createElm (node_modules/vue/dist/vue.common.dev.js:5945:9)
at VueComponent.patch [as __patch__] (node_modules/vue/dist/vue.common.dev.js:6466:7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment