Vue emits
up:: Vue Component Events | Vue.js
Basics
Component (in template
):
Parent (template
):
Parameters
Component
Parent
The parent points towards a callback function. It doesn’t print the return value, like it would be if we called the function with increaseCount
.
This way, the value is passed as the first parameter of that method: