question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

„Did you register the component correctly?”

See original GitHub issue

Hi!

I use your component and it works great, but I have an warn/error in browser console:

[Vue warn]: Unknown custom element: <vue-progress-bar> 
- did you register the component correctly?
For recursive components, make sure to provide the "name" option. 
(found in <App> at /Users/lukaszflorczak/Projekty/ns/src/App.vue)

What should I do?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
momoddingcommented, Jun 24, 2018

i have same problem like u @JoshuaDoshua i already remove, reinstall and reconfigure but still give same error error : [Vue warn]: Unknown custom element: <vue-progress-bar> - did you register the component correctly? For recursive components, make sure to provide the “name” option.

my code : main.js import VueProgressBar from ‘vue-progressbar’ … onst options = { color: ‘#bffaf3’, failedColor: ‘#874b4b’, thickness: ‘5px’, transition: { speed: ‘0.2s’, opacity: ‘0.6s’, termination: 300 }, autoRevert: true, location: ‘left’, inverse: false } … Vue.use(BootstrapVue, VueProgressBar, options)

and App.vue

<vue-progress-bar></vue-progress-bar>
1reaction
m-kutnikcommented, Jul 9, 2017

Are you sure that you register VueProgressBar before creating a Vue instance? Everything works fine for me

Something like that… // register Vue.use(VueProgressBar) // create a root instance new Vue({...})

Read more comments on GitHub >

github_iconTop Results From Across the Web

did you register the component correctly? For recursive ...
did you register the component correctly ? For recursive components, make sure to provide the "name" option · Ask Question. Asked 4 years,...
Read more >
Did you register the component correctly? For recursive ...
Hello, i making a recursive thing an i get this error : [Vue warn]: Unknown custom element: <MultiPaneBox> - did you register the...
Read more >
How to Solve "Unknown Custom Element" in Vue
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Read more >
Solution to Vue.js Error - Unknown custom element - did you ...
I'm building a recursive Vue.js component and ran into this error: Unknown custom element: - did you register the component correctly?
Read more >
[Vue warn]: Unknown custom element: <example-component>
[Vue warn]: Unknown custom element: <example-component> - did you register the component correctly?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found