mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] optimize line break
This commit is contained in:
parent
b5c1abfbf5
commit
8e69427544
@ -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)<br>`string | number`(accordion mode) | - |
|
||||
| accordion | Whether to be accordion mode | `boolean` | `false` |
|
||||
| border | Whether to show outer border | `boolean` | `true` |
|
||||
|
||||
|
@ -90,7 +90,7 @@ export default {
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|------|------|------|------|------|
|
||||
| v-model | 当前展开面板的 name | `(string | number)[] `(非手风琴模式) / `string | number`(手风琴模式) | - | - |
|
||||
| v-model | 当前展开面板的 name | `(string | number)[] `(非手风琴模式)<br>`string | number`(手风琴模式) | - | - |
|
||||
| accordion | 是否开启手风琴模式 | `boolean` | `false` | - |
|
||||
| border | 是否显示外边框 | `boolean` | `true` | 1.6.9 |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user