Answer the question
In order to leave comments, you need to log in
How to make a click in one component cause a click in another component?
There is a Menu.vue component
<button class="text-size" id="little-letter" @click="setSizeText(-10)">A</button>
methods: {
setSizeText (val) {
this.$emit('sizeValue', val)
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question