You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mount a composition api component that uses injection
What is expected?
The injection to be resolved
What is actually happening?
The injection is unknown
This is an ABI issue. In the Composition API component it is looking for the provider under vm._provided whereas a Vue 2.x component is looking for it under vm.provide
The text was updated successfully, but these errors were encountered:
Version
1.0.0-beta.29
Reproduction link
N/A
Steps to reproduce
Mount a composition api component that uses injection
What is expected?
The injection to be resolved
What is actually happening?
The injection is unknown
This is an ABI issue. In the Composition API component it is looking for the provider under
vm._provided
whereas a Vue 2.x component is looking for it undervm.provide
The text was updated successfully, but these errors were encountered: