Skip to content

Commit

Permalink
Merge pull request #16 from fred-hu/develop
Browse files Browse the repository at this point in the history
feat: markdown
  • Loading branch information
fred-hu authored Aug 16, 2024
2 parents 6314150 + d7b2494 commit 807db7e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ Vue.use(ElSelectAll)
<ElSelectAll v-model="storeCodes" filterable multiple collapse-tags @change="onChange" :withAll="false" :options="mdoptionsList" />
<ElSelectAll v-model="storeCodes" filterable multiple collapse-tags @change="onChange" :options="mdoptionsList" :props="{ label: 'deviceName', value: 'deviceNo' }" :selectAll="true" :withAll="true" :size="'mini'" style="width: 300px" />
部分api:说明:
withAll: 是否默认显示全部选项
options:选项列表
props:自定义label和value的名称
selectAll:是否默认选中全部
size:指定尺寸
```

###### 部分api:说明:
| 属性 | 说明 |
| :------------ | :------------ |
| withAll | 是否默认显示全部选项 |
| options | 选项列表 |
| props | 自定义label和value的名称 |
| selectAll | 是否默认选中全部 |
| size | 指定尺寸 |


###### 预览地址:
> [https://fred-hu.github.io/el-select-all](https://fred-hu.github.io/el-select-all)
Expand Down

0 comments on commit 807db7e

Please sign in to comment.