Answer the question
In order to leave comments, you need to log in
How to rewrite the component in a more functional way?
There is a component
<template>
<div>
<span
v-for="(item, i) in items"
class="some-class"
v-super-directive
:style="{
'opacity': value
}"
>
HELLO
</span>
</div>
</template>
<template>
<div>
<slot
v-for="(item, i) in items"
class="some-class"
v-super-directive
:style="{
'opacity': value
}"
/>
</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