mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 02:40:35 +01:00
@@ -199,11 +199,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const guessOptionValue = (option: any) => {
|
const guessOptionValue = (option: any) => {
|
||||||
return get(option, props.valueAttribute, get(option, props.optionAttribute))
|
return get(option, props.valueAttribute, '')
|
||||||
}
|
}
|
||||||
|
|
||||||
const guessOptionText = (option: any) => {
|
const guessOptionText = (option: any) => {
|
||||||
return get(option, props.optionAttribute, get(option, props.valueAttribute))
|
return get(option, props.optionAttribute, '')
|
||||||
}
|
}
|
||||||
|
|
||||||
const normalizeOption = (option: any) => {
|
const normalizeOption = (option: any) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user