mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
chore(SelectCustom): move icons in preset
This commit is contained in:
@@ -163,7 +163,7 @@ const props = defineProps({
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
default: () => 'heroicons-solid:selector'
|
||||
default: () => $ui.selectCustom.icon.name
|
||||
},
|
||||
iconBaseClass: {
|
||||
type: String,
|
||||
@@ -226,7 +226,7 @@ const props = defineProps({
|
||||
},
|
||||
listOptionIcon: {
|
||||
type: String,
|
||||
default: () => 'heroicons-solid:check'
|
||||
default: () => $ui.selectCustom.list.option.icon.name
|
||||
},
|
||||
listOptionIconBaseClass: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user