mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(VerticalNavigation): remove avatarSize prop
This commit is contained in:
@@ -85,10 +85,6 @@ defineProps({
|
||||
type: String,
|
||||
default: () => $ui.verticalNavigation.icon.inactive
|
||||
},
|
||||
avatarSize: {
|
||||
type: String,
|
||||
default: () => 'xs'
|
||||
},
|
||||
avatarBaseClass: {
|
||||
type: String,
|
||||
default: () => $ui.verticalNavigation.avatar.base
|
||||
|
||||
Reference in New Issue
Block a user