We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0-beta.12
https://codesandbox.io/s/vibrant-field-bfuj0?file=/src/App.vue
Try to create dynamic component: <Component is="foo" />
<Component is="foo" />
Component 'foo' is rendered
Error in console: Failed to resolve component: Component
Failed to resolve component: Component
If you use component (with a small letter), then everything works
The text was updated successfully, but these errors were encountered:
It's lowercase <component> only. Uppercase is considered a custom component.
<component>
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: