elementUI el-select获取点击项的整个对象item
在vue2引入elementUI之后,经常会遇到此类需求,el-select获取点击项的整个对象item,而不是默认的v-model 项目
官方文档有 value-key="value" 的用法
https://element.eleme.cn/#/zh-CN/component/select#select-attributes
案例
在vue2引入elementUI之后,经常会遇到此类需求,el-select获取点击项的整个对象item,而不是默认的v-model 项目
官方文档有 value-key="value" 的用法
https://element.eleme.cn/#/zh-CN/component/select#select-attributes
案例