Using Inject And Provide With Vue.js

Using Inject And Provide With Vue.js

In this video I discuss how to use Vue.js with Inject and Provide. Inject and provide help you pass information to deeply nested components. It's used a lot in plugin development, but it can be useful in your every day Vue.js applications.