> ## 組件 wl-select-mutiple 使用文檔
```
<wl-select-mutiple v-model="valueList" :width="width" :dataList="dataList" :dataType="dataType"></wl-select-mutiple>
```
### wl-select-mutiple props
| 屬性 | 說明 | 類型 | 默認值 |
| --- | --- | --- | --- |
| valueList | 雙向綁定的多選下拉框值 | String 或 Array | '' |
| width | 下拉框寬度 | String | 260px |
| dataList | 下拉框所有數據 | String 或 Array | '' |
| dataType | 下拉框數據類型 | String | 'Array' |
| valueType | 下拉框數據類型 | String | 'String' |
#### 備注說明
> valueList 當為數組時如下,為字符串時把下列數組轉為字符串。
```
['twitter']
```
> dataList 當為數組時如下,為字符串時把下列數組轉為字符串。label 屬性和 labelList 對應。
```
[{ value: 'twitter', label: 'Twitter' }]
```
- 編寫模版
- 模態框 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