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
1.0.0-beta.12
https://gist.github.com/nerdcave/a76cbed0bb92bb93972f0232d9c8a1c0
Run the test with Jasmine.
No warnings.
ERROR: '[Vue warn]: Duplicate presence of slot "content" found in the same render tree - this will likely cause render errors.
wrapper.find('div').trigger('click')
slot-scope="props"
The text was updated successfully, but these errors were encountered:
Thanks for the bug report and the test case.
This issue has been fixed in beta.13.
I've added a test case to avoid future regressions
Sorry, something went wrong.
test: add test csase for vuejs#451
8f4905f
No branches or pull requests
Version
1.0.0-beta.12
Reproduction link
https://gist.github.com/nerdcave/a76cbed0bb92bb93972f0232d9c8a1c0
Steps to reproduce
Run the test with Jasmine.
What is expected?
No warnings.
What is actually happening?
ERROR: '[Vue warn]: Duplicate presence of slot "content" found in the same render tree - this will likely cause render errors.
wrapper.find('div').trigger('click')
-or- 2) removeslot-scope="props"
off the template.The text was updated successfully, but these errors were encountered: