(WIP) VueJS 3 Pass props to nested child / avoid props ➟ props ➟ props

VueJS Article

Often on refactor session to split my code in smaller component, i have to pass a value in a nested child component. I found it kind of ugly, but it works.

So i found a better way the Provide/Inject: https://vuejs.org/guide/components/provide-inject.html


[TO DO]

example with a data available in parent and passed to nested child

parent ➟ child ➟ child