mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
fix(select): v-model not work on items
This commit is contained in:
parent
67e193b1e8
commit
0c9f707967
@ -242,7 +242,7 @@ export default {
|
||||
}
|
||||
},
|
||||
valueToOptionMap () {
|
||||
return valueToOptionMap(this.options)
|
||||
return valueToOptionMap(this.adpatedOptions)
|
||||
},
|
||||
selectedOptions () {
|
||||
if (this.multiple) {
|
||||
|
Loading…
Reference in New Issue
Block a user