# EDictSelect 字典下拉
根据type参数获取后端设置的字典列表加载到select的option
<e-dict-select type="xxx" v-model="xxx"/>
| 参数 | 必须 | 说明 | 类型 | 默认值 |
|---|---|---|---|---|
| type | ✔ | 字典类别 | String | - |
| mode | 设置 Select 的模式为多选或标签 | 'default' | 'multiple' | 'tags' | 'combobox' | - | |
| allowClear | 支持清除 | boolean | true | |
| placeholder | 提示文字 | String | undefined | |
| disabled | 是否禁用 | boolean | false | |
| value(v-model) | 值 | String, Number, Array | null |