> ## 组件 wl-select-custom 使用文档
```
<wl-select-custom v-model="setting" :width="width" :url="url" :default="default"></wl-select-custom>
```
### wl-select-custom props
| 属性 | 说明 | 类型 | 默认值 |
| ---------- | ------------------------------------------------------------------- | -------- | --------------------------------------------- |
| setting | 对 setting 进行双向绑定 | Object | {} |
| setting.default | 下拉框默认值 | String | '' |
| setting.value | 自定义的下拉框的 value 项 | String | 'value' |
| setting.label | 自定义的下拉框的 label 项 | String | 'label' |
| url | 请求下拉框数据的 url | String | '' |
| width | 下拉框宽度 | String | '200px' |
#### 备注说明
- 组件下拉框内容请求 url 的接口后获得,需要提供 label 和 value 作为参数。提供的 default 需要符合预期。
- 编写模版
- 模态框 wl-modal
- 富文本框 wl-tinymce
- 国家选择下拉框 wl-select-country
- 时间轴 wl-timeline
- 国籍选择下拉框 wl-select-nationality
- 时间及时间段选择器 wl-timepicker
- 日期及日期段选择器 wl-datepicker
- 自定义内容下拉框 wl-select-custom
- excel下载组件 wl-down-excel
- 多选框 wl-checkbox
- 多选下拉框 wl-select-mutiple
- 柱状图 wl-bar-chart
- 折线图 wl-line-chart
- 饼图 wl-pie-chart
- pdf预览并下载 wl-pdf-download
- excel导入 wl-import-excel
- 生成二维码 wl-create-qrcode
- 流程预览 wl-flow-viewer
- 级联选择城市 wl-select-city
- 图片预览 wl-viewer-show-img
- 业务综合组件
- 接口管理wl-inter-face-page
- 系统异常微信通知wl-try-catch-notice
- 地图组件 wl-map