Answer the question
In order to leave comments, you need to log in
How to insert another parameter in Vue when returning via $emit?
Hey! There is a cycle in template. The loop has a component that returns a string when the textarea is blurred.
if I prescribe my own parameters, then what I passed $emit disappears.
I need what $emit returned + its parameter
Answer the question
In order to leave comments, you need to log in
@_blur="initialEventParam =>$emit('yourEventName', {initialEventParam , yourData})"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question