Answer the question
In order to leave comments, you need to log in
Template to template?
Hi all! I apologize in advance for possibly stupid questions.
1. is it possible to use template in template in vue component?
<template v-for="">
<h1></h1>
<p></p>
<template v-for="">
<div></div>
...
</template>
</template>
Answer the question
In order to leave comments, you need to log in
1. is it possible to use template in template in vue component?
$emit('my-event')
events from a child, in the parent we catch on an element with a tag@my-event=""
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question