diff --git a/src/runtime/components/elements/Dropdown.vue b/src/runtime/components/elements/Dropdown.vue index c98a8aaf..923e39d9 100644 --- a/src/runtime/components/elements/Dropdown.vue +++ b/src/runtime/components/elements/Dropdown.vue @@ -21,7 +21,7 @@ - + {{ item.label }} @@ -65,6 +65,7 @@ const props = defineProps({ disabled?: boolean slot?: string icon?: string + iconClass?: string avatar?: Partial click?: Function shortcuts?: string[]