v-select
: custom style for every item
#17855
Answered
by
KaelWD
JakobMiksch
asked this question in
Q&A
-
I have a dropdown menu with I already discovered the slot named Does anyone have an idea how to accomplish that? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
KaelWD
Jul 21, 2023
Replies: 1 comment 2 replies
-
<template #item="{ props }">
<v-list-item v-bind="props" />
</template> then do whatever else you want to it |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JakobMiksch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
then do whatever else you want to it