<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>

Logo

前往低代码交流专区

更多推荐