Skip to content
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

Failed to resolve component: Component #1167

Closed
danyadev opened this issue May 11, 2020 · 1 comment
Closed

Failed to resolve component: Component #1167

danyadev opened this issue May 11, 2020 · 1 comment

Comments

@danyadev
Copy link

danyadev commented May 11, 2020

Version

3.0.0-beta.12

Reproduction link

https://codesandbox.io/s/vibrant-field-bfuj0?file=/src/App.vue

Steps to reproduce

Try to create dynamic component: <Component is="foo" />

What is expected?

Component 'foo' is rendered

What is actually happening?

Error in console: Failed to resolve component: Component


If you use component (with a small letter), then everything works

@yyx990803
Copy link
Member

It's lowercase <component> only. Uppercase is considered a custom component.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants