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
Bug reproduction on CodePen
Try providing a Symbol. It wont inject.
For the symbol provide to work. Especially because using provide() in setup() and app#provide() supports Symbol and is documented.
provide()
setup()
app#provide()
Symbol provide is not working.
The text was updated successfully, but these errors were encountered:
Hi @privatenumber , as a workaround, use setup maybe solve this issue? https://codepen.io/alanscut/pen/rNLRWqB?editors=0010
setup
Sorry, something went wrong.
I'm aware but thanks for reminding me. I meant to mention that as a reason for why it's expected to work.
fix(provide): support symbols in applyOptions (#2616)
7a1a782
fix #2615
Successfully merging a pull request may close this issue.
Version
3.0.2
Reproduction link
Bug reproduction on CodePen
Steps to reproduce
Try providing a Symbol. It wont inject.
What is expected?
For the symbol provide to work. Especially because using
provide()
insetup()
andapp#provide()
supports Symbol and is documented.What is actually happening?
Symbol provide is not working.
The text was updated successfully, but these errors were encountered: