mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
chore(SelectMenu): use trailingIcon default from Select for consistency
This commit is contained in:
@@ -390,8 +390,7 @@ const selectMenu = {
|
|||||||
placement: 'bottom-end'
|
placement: 'bottom-end'
|
||||||
},
|
},
|
||||||
default: {
|
default: {
|
||||||
selectedIcon: 'i-heroicons-check-20-solid',
|
selectedIcon: 'i-heroicons-check-20-solid'
|
||||||
trailingIcon: 'i-heroicons-chevron-down-20-solid'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
trailingIcon: {
|
trailingIcon: {
|
||||||
type: String,
|
type: String,
|
||||||
default: () => appConfig.ui.selectMenu.default.trailingIcon
|
default: () => appConfig.ui.select.default.trailingIcon
|
||||||
},
|
},
|
||||||
selectedIcon: {
|
selectedIcon: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user