Vue 3 Composition API

Watch this course for FREE this weekend only.
Create an account to start watching.

or

Using provide / inject with the Composition API

In this lesson, we take a look at using provide/inject with the composition API. Provide/inject gives us the ability to share data from a parent component to deeply nested child components without having to pass the data down through multiple components as props.