-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Issue with using prepend-icon as slot for v-list-group (slot name should be kebab-case instead of camelCase) #8676
Closed
chiragshahklc opened this issue
Aug 22, 2019
· 2 comments
· May be fixed by olokotoh/semaphore#2, alkemist/arkemie#29, BitcoinOutput/iaptos-nft-random-mint#285, sid-121/synk-test#2 or joshoronos/joronosGitHub#15
Closed
[Bug Report] Issue with using prepend-icon as slot for v-list-group (slot name should be kebab-case instead of camelCase) #8676
chiragshahklc opened this issue
Aug 22, 2019
· 2 comments
· May be fixed by olokotoh/semaphore#2, alkemist/arkemie#29, BitcoinOutput/iaptos-nft-random-mint#285, sid-121/synk-test#2 or joshoronos/joronosGitHub#15
Labels
Milestone
Comments
chiragshahklc
changed the title
[Bug Report] Issue with using prepend-icon as slot for v-list-group
[Bug Report] Issue with using prepend-icon as slot for v-list-group (slot name should be kebab-case instead of camelCase)
Aug 22, 2019
ghost
added
the
S: triage
label
Aug 22, 2019
MajesticPotatoe
added
T: bug
Functionality that does not work as intended/expected
C: VListGroup
VListGroup
and removed
S: triage
labels
Oct 8, 2019
Any progress on this bug? |
@ositowang #9788 (comment) (tldr - v3.x) |
louisdelphie
added a commit
to louisdelphie/vuetify
that referenced
this issue
Jun 14, 2022
added prepend-icon and append-icon to slot. fix vuetifyjs#8676
8 tasks
louisdelphie
added a commit
to louisdelphie/vuetify
that referenced
this issue
Nov 9, 2022
KaelWD
added a commit
that referenced
this issue
Feb 12, 2024
This was referenced Jul 17, 2024
This was referenced Sep 12, 2024
This was referenced Sep 15, 2024
This was referenced Sep 17, 2024
This was referenced Sep 19, 2024
This was referenced Sep 24, 2024
This was referenced Sep 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Environment
Vuetify Version: 2.0.10
Vue Version: 2.6.10
Browsers: Firefox 69.0
OS: Windows 10
Steps to reproduce
I am trying to set prepend-icon dynamically. I have name of icon into
data
. I want it to set using slot because I want to change color of icon.Expected Behavior
v-slot:prepend-icon
should make it work.Though workaround as nekosaur suggested is working
Actual Behavior
v-slot:prepend-icon
shows nothing. it doesn't work that way.Reproduction Link
https://codepen.io/chiragshahklc/pen/xxKRvQR
The text was updated successfully, but these errors were encountered: