Vue essentials - Props
We've now had a brief introduction to components and we've written a couple in our application.
We also saw how components are like mini instances of Vue, each with their own isolated template and state.
The next important thing to understand about components is that, even though they're isolated entities, they have features to allow them to co-ordinate and communicate with the rest of the app.
Click to load comments...