[new feature] Collapse: add border prop (#2933)

This commit is contained in:
neverland
2019-03-10 16:21:40 +08:00
committed by GitHub
parent 4d0e3d6644
commit 144fa2d711
5 changed files with 53 additions and 6 deletions
+3 -2
View File
@@ -87,8 +87,9 @@ export default {
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| v-model | 当前展开面板的 name | `Array | String | Number` | - |
| accordion | 是否开启手风琴模式 | `Boolean` | `false` |
| v-model | 当前展开面板的 name | `Array | String | Number` | - | - |
| accordion | 是否开启手风琴模式 | `Boolean` | `false` | - |
| border | 是否显示外边框 | `Boolean` | `true` | 1.6.9 |
### Collapse Event