Answer the question
In order to leave comments, you need to log in
How to pass props to a slot?
I have a component - a button with an icon.
<button>
<slot name="icon" />
<slot />
</button>
<button>
<slot name="icon" />
<slot />
<slot name="right-icon" />
</button>
<AppButton>
<template #icon align="right">
<i class="icon"></i>
</template>
button text
</AppButton>
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