mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 13:38:07 +01:00
fix(SelectCustom): icon name in prop only for now
This commit is contained in:
@@ -95,7 +95,7 @@ const props = defineProps({
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
default: () => $ui.selectCustom.icon
|
||||
default: () => 'heroicons-solid:selector'
|
||||
},
|
||||
iconBaseClass: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user