企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
> ## 组件 wl-select-country 使用文档 ``` <wl-select-country v-model="value" :width="width"></wl-select-country> ``` ### wl-select-country props | 属性 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | | width | 下拉框宽度 | String | 200px | | value.short | 英文缩写 | String | 无 | | value.text | 中文文本 | String | 无 | | value.en | 英语翻译 | String | 无 | | value.tel | 国家电话区号 | String | 无 | | value.pinyin | 拼音缩写 | String | 无 | #### 备注说明 > value是一个对象,value.en作为唯一标志位,其他属性在 country.js 中均有重复情况