We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.7.7 Vue Version: 3.5.13 Browsers: Chrome 131.0.0.0 OS: Windows 10
title and prepend-icon seem to need to be set in the same tag, otherwise the icon appears above the Title, which is not expected.
Regardless of where prepend-icon and title are set, that the icon is prepended to title, not placed above.
If prepend icon is set in v-card tag and the title in v-card-iitem /v-card-title, then
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
If title or prepend-icon props are set then VCard renders a VCardItem before the default slot content, you have to use the item or title slot to hook into the existing VCardItem instead of creating another one: https://play.vuetifyjs.com/#eNrNU01PwzAM/SsmHAoSZXfUVeLGP+BAOUSpBxH5UuIOpGn/nSQtZYEKoWmHXar62Xnv2Ymfdix4sbp37nY7ILtjDaF2ihO2nQFotjV3Lv/mQFhDXBr0EzSC3Pcg+3XHrMGOzak5WctICs6jQxODSBJrdS9rLoQdDBVnvk+RJIUtTEXQrAr8QOUrkWQW1Ak/qIVH69/CAUkC5yYmdLkrercd+9M+ZEsRXWroZDZePcbx/neO80XC5Y+5HDPh4lWcS1+/7J/SZQ6L556QcRsKpRgG4aUjCEjDuCxSO+sJduBxA3vYeKuhigtWpXKAyBsIdHiBdaq4qh5QKZvcqf6iuk4CI2UkY/sbMyiVP8+fZOgpVA==
Sorry, something went wrong.
Hmm, that means the developer needs an understanding of the implementation. It would be helpful to at least warn about this in the documentation.
No branches or pull requests
Environment
Vuetify Version: 3.7.7
Vue Version: 3.5.13
Browsers: Chrome 131.0.0.0
OS: Windows 10
Steps to reproduce
title and prepend-icon seem to need to be set in the same tag, otherwise the icon appears above the Title, which is not expected.
Expected Behavior
Regardless of where prepend-icon and title are set, that the icon is prepended to title, not placed above.
Actual Behavior
If prepend icon is set in v-card tag and the title in v-card-iitem /v-card-title, then
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: