From 8e69427544c4caa011f494a22f63c840598ce3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sat, 17 Aug 2019 15:47:19 +0800 Subject: [PATCH] [Doc] optimize line break --- src/collapse/README.md | 2 +- src/collapse/README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/collapse/README.md b/src/collapse/README.md index 6f34eef96..67baf980a 100644 --- a/src/collapse/README.md +++ b/src/collapse/README.md @@ -89,7 +89,7 @@ export default { | Attribute | Description | Type | Default | |------|------|------|------| -| v-model | Names of current active panels | `(string | number)[] `(non-accordion mode) / `string | number`(accordion mode) | - | +| v-model | Names of current active panels | `(string | number)[] `(non-accordion mode)
`string | number`(accordion mode) | - | | accordion | Whether to be accordion mode | `boolean` | `false` | | border | Whether to show outer border | `boolean` | `true` | diff --git a/src/collapse/README.zh-CN.md b/src/collapse/README.zh-CN.md index 53fde4da4..424855cfd 100644 --- a/src/collapse/README.zh-CN.md +++ b/src/collapse/README.zh-CN.md @@ -90,7 +90,7 @@ export default { | 参数 | 说明 | 类型 | 默认值 | 版本 | |------|------|------|------|------| -| v-model | 当前展开面板的 name | `(string | number)[] `(非手风琴模式) / `string | number`(手风琴模式) | - | - | +| v-model | 当前展开面板的 name | `(string | number)[] `(非手风琴模式)
`string | number`(手风琴模式) | - | - | | accordion | 是否开启手风琴模式 | `boolean` | `false` | - | | border | 是否显示外边框 | `boolean` | `true` | 1.6.9 |