gpt4 book ai didi

vue.js - 将整个对象分配给 Vuetify v-select v-model

转载 作者:行者123 更新时间:2023-12-04 09:15:17 25 4
gpt4 key购买 nike

我有如下 vuetify 选择组件:

<v-select
class="ml-4"
v-model="selectedProjects"
:items="projects"
item-text="name"
item-value="id"
chips
:menu-props="{ maxHeight: '400' }"
label="Select Projects"
multiple
hint="Select projects to overlay"
persistent-hint
></v-select>

“项目”是一个对象数组,因此我可以在 item-nameitem-value 字段中引用名称和 ID。目前 selectedProjects 只是一个 id 数组,但我希望它是包含在 projects 中的实际选定对象的数组。我该怎么做?

最佳答案

您应该能够通过设置 return-object 属性来获取选定的对象,Vuetify docs如此描述:

Changes the selection behavior to return the object directly ratherthan the value specified with item-value

关于vue.js - 将整个对象分配给 Vuetify v-select v-model,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63251577/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com