Answer the question
In order to leave comments, you need to log in
VueJS: How to get all child components in parent?
There are 3 conditional
App.vue components
<template>
<v-custom>
<v-custom-action>world</v-custom-action>
<p>Hello</p>
</v-custom>
</template>
<template>
<div>
<slot />
</div>
</template>
<script>
Какая-то логика
</script>
<template>
<div>
<slot />
</div>
</template>
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