ant-design-vue a-select-option显示全部内容
<a-select><a-select-optionv-for=" item in list":value="item.value":key="item.value":title="item.label" // 鼠标移到此项,显示title内容>{{ item.label }}</a-select-option></a-select>...
·
<a-select>
<a-select-option
v-for=" item in list"
:value="item.value"
:key="item.value"
:title="item.label" // 鼠标移到此项,显示title内容
>
{{ item.label }}
</a-select-option>
</a-select>
更多推荐
已为社区贡献2条内容
所有评论(0)