Replies: 1 comment
-
-<template #item="{ item, attrs, on }">
- <v-list-item v-bind="attrs" v-on="on"> Sorry I misunderstood, there doesn't actually appear to be any way to customise rendering of headers or dividers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible from a v-select to specify a slot of the v-subheader's default slot? (I'm assuming based on rendered HTML that the header's are rendered with a v-subheader)
Or is there another way to customize a select item header appearance even if just applying some inline styles?
This is in vue 2.6.
Beta Was this translation helpful? Give feedback.
All reactions