From c6706c76b26b27995262fa913995375fed2a8b5e Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 12 Aug 2022 17:19:52 +0200 Subject: [PATCH] chore(Dropdown): add item.iconClass --- src/runtime/components/elements/Dropdown.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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[]