VueJS pass data and methods to child component

Wojtek on vuejs, vue, component, props · · Comments · 1 min read

I couldn't find a clear explanation of how to pass both data and methods from parent component to a child component in VueJS. Remember, there's always more that one way of doing almost anything. Below is just one of those ways. More detailed, albeint no so clear, explanation and all the other ways of passing props can be found in... Read more »