mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
chore(RadioGroup/Select): remove useless as any on valueKey
This commit is contained in:
@@ -102,7 +102,7 @@ import UAvatar from './Avatar.vue'
|
||||
import UChip from './Chip.vue'
|
||||
|
||||
const props = withDefaults(defineProps<SelectProps<T>>(), {
|
||||
valueKey: 'value' as any,
|
||||
valueKey: 'value',
|
||||
portal: true
|
||||
})
|
||||
const emits = defineEmits<SelectEmits>()
|
||||
|
||||
Reference in New Issue
Block a user