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
2.7.6
codesandbox.io
Define child component slots
Called in the parent component
Get the same value as the $slots object.
The slots object is empty and the default method reported an error.
The text was updated successfully, but these errors were encountered:
The $slots object on this instance has a value, but the slots object obtained through the useSlots method has no value.
Sorry, something went wrong.
67760f8
No branches or pull requests
Version
2.7.6
Reproduction link
codesandbox.io
Steps to reproduce
Step one
Define child component slots
Step two
Called in the parent component
What is expected?
Get the same value as the $slots object.
What is actually happening?
The slots object is empty and the default method reported an error.
The text was updated successfully, but these errors were encountered: