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.2
https://codesandbox.io/s/vue3-nested-slot-fallback-bug-7n86x
follow the link
In vue2 it works
https://codesandbox.io/s/vue2-nested-slot-fallback-bug-sn4pn
fallback content of inner is shown
not displayed
The text was updated successfully, but these errors were encountered:
fix(slots): should render fallback content when slot content contains…
ce4915d
… no valid nodes (#2485) fix #2347, fix #2461
Successfully merging a pull request may close this issue.
Version
3.0.2
Reproduction link
https://codesandbox.io/s/vue3-nested-slot-fallback-bug-7n86x
Steps to reproduce
follow the link
In vue2 it works
https://codesandbox.io/s/vue2-nested-slot-fallback-bug-sn4pn
What is expected?
fallback content of inner is shown
What is actually happening?
not displayed
The text was updated successfully, but these errors were encountered: