Closed
Description
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 under vm.provide
Metadata
Metadata
Assignees
Labels
No labels