Answer the question
In order to leave comments, you need to log in
How to pass value between components?
There is a component, for example, during some action it adds numbers:
data:()=>({
a:1,
b:2,
culc
}),
methods:{
getNum(){
return this.calc = this.a + this.b
}
}
Answer the question
In order to leave comments, you need to log in
Down the hierarchy - props.
Up the hierarchy - events.
That does not work?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question