Skip to content

Commit

Permalink
Merge pull request #9 from fred-hu/develop
Browse files Browse the repository at this point in the history
feat: 组件用例
  • Loading branch information
fred-hu authored Jul 1, 2024
2 parents 845825a + 75f24f1 commit cc48ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Vue.use(ElSelectAll)
```
<ElSelectAll v-model="storeCodes" filterable multiple collapse-tags @change="onChange" :options="mdoptionsList" />
<ElSelectAll v-model="storeCodes" filterable multiple collapse-tags @change="onChange" :widthAll="false" :options="mdoptionsList" />
```

###### 预览地址:
Expand Down

0 comments on commit cc48ce1

Please sign in to comment.