-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Dynamic component with pascalcase not working correctly #3507
Comments
interesting 🤔 at the following comment, only lowercase is allowed. But, PR #3508 make |
That should be a misunderstanding, because Vue2 allows a capitalized version, so we should keep that behavior. |
And sorry to @danyadev for that |
So... does it means that this issue is not an issue? Vue3 |
Ah, I understood, Vue3 allow |
Yeah, I closed #1167 without checking Vue 2 behavior, which was a mistake. Since uppercase |
Version
3.0.9
Reproduction link
https://codesandbox.io/s/summer-sun-dymh9?file=/src/App.vue
Steps to reproduce
What is expected?
Component appear.
What is actually happening?
no error in console. and show nothing
The text was updated successfully, but these errors were encountered: