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.6
https://codesandbox.io/s/heuristic-morning-dzo0g
This file should render the other SFC https://codesandbox.io/s/heuristic-morning-dzo0g?file=/src/components/HelloWorld.vue
which is here: https://codesandbox.io/s/heuristic-morning-dzo0g?file=/src/components/subdir/HelloWorld.vue
And the App.vue uses a different name (HelloWorldView) to render the first component.
Being able to have SFCs with the same filename (which might have a different name when included as component)
vue fails to differentiate these SFCs and creates an endless recursion.
This issue came up after an update from vue 3.0.2 to 3.0.6
The text was updated successfully, but these errors were encountered:
same as #2821 #2827
Sorry, something went wrong.
Duplicate of #2827
No branches or pull requests
Version
3.0.6
Reproduction link
https://codesandbox.io/s/heuristic-morning-dzo0g
Steps to reproduce
This file should render the other SFC
https://codesandbox.io/s/heuristic-morning-dzo0g?file=/src/components/HelloWorld.vue
which is here:
https://codesandbox.io/s/heuristic-morning-dzo0g?file=/src/components/subdir/HelloWorld.vue
And the App.vue uses a different name (HelloWorldView) to render the first component.
What is expected?
Being able to have SFCs with the same filename (which might have a different name when included as component)
What is actually happening?
vue fails to differentiate these SFCs and creates an endless recursion.
This issue came up after an update from vue 3.0.2 to 3.0.6
The text was updated successfully, but these errors were encountered: