---
order: 14
title:
  zh-CN: 定制回填内容
  en-US: Custom selection render
---
## zh-CN
使用 `optionLabelProp` 指定回填到选择框的 `Option` 属性。
## en-US
Spacified the prop name of Option which will be rendered in select box.
  
    
      
        🇨🇳
          China (中国)
      
      
        🇺🇸
          USA (美国)
      
      
        🇯🇵
          Japan (日本)
      
      
        🇰🇷
          Korea (韩国)
      
    
    
      
        {{ icon }}
          {{ label }}
      
    
    Note: v-slot:option support from v2.2.5