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