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.0 Vue Version: 3.4.38 Browsers: Chrome 127.0.0.0 OS: Windows 10
No border when v-avatar is set to border=false
The default value of v-avatar border is a border, and setting it to false also has a border
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
It's interesting to note that borders are also displayed when setting :border to undefined
:border
Sorry, something went wrong.
I already fixed this issue and raise PR in a week.
Maybe as "quick fix".. the border is not displayed if :border='0' 😅
:border='0'
e821d5d
KaelWD
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.7.0
Vue Version: 3.4.38
Browsers: Chrome 127.0.0.0
OS: Windows 10
Expected Behavior
No border when v-avatar is set to border=false
Actual Behavior
The default value of v-avatar border is a border, and setting it to false also has a border
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: