Component API provide doesn't support symbols
Version
3.0.2
Reproduction link
Steps to reproduce
Try providing a Symbol. It wont inject.
What is expected?
For the symbol provide to work. Especially because using provide()
in setup()
and app#provide()
supports Symbol and is documented.
What is actually happening?
Symbol provide is not working.
Hi @privatenumber , as a workaround, use setup
maybe solve this issue?
https://codepen.io/alanscut/pen/rNLRWqB?editors=0010