From ac193fef3c1b0fa204447803b997a2ca83c5588e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Wed, 28 Aug 2019 11:19:26 +0800 Subject: [PATCH] docs(Collapse): fix typo --- packages/vant-waterfall/README.md | 4 ++-- src/collapse/README.md | 4 ++-- src/collapse/README.zh-CN.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/vant-waterfall/README.md b/packages/vant-waterfall/README.md index 958ed5005..531e8cba3 100644 --- a/packages/vant-waterfall/README.md +++ b/packages/vant-waterfall/README.md @@ -90,5 +90,5 @@ export default { |------|------|------|------|------| | v-waterfall-lower | 滚动到底部, 触发执行的函数 | *Function* | - | - | | v-waterfall-upper | 滚动到顶部, 触发执行的函数 | *Function* | - | - | -| waterfall-disabled | 在 vue 对象中表示是否禁止瀑布流触发的 key 值 | `String` | - | - | -| waterfall-offset | 触发瀑布流加载的阈值 | `Number` | `300` | - | +| waterfall-disabled | 在 vue 对象中表示是否禁止瀑布流触发的 key 值 | *string* | - | - | +| waterfall-offset | 触发瀑布流加载的阈值 | *number* | `300` | - | diff --git a/src/collapse/README.md b/src/collapse/README.md index 956aa9494..2659a9c2b 100644 --- a/src/collapse/README.md +++ b/src/collapse/README.md @@ -89,7 +89,7 @@ export default { | Attribute | Description | Type | Default | Version | |------|------|------|------|------| -| v-model | Names of current active panels | `(string | number)[] `(non-accordion mode)
*string \| number*(accordion mode) | - | - | +| v-model | Names of current active panels | accordion mode: *string \| number*
non-accordion mode:*(string \| number)[]* | - | - | | accordion | Whether to be accordion mode | *boolean* | `false` | - | | border | Whether to show outer border | *boolean* | `true` | - | @@ -97,7 +97,7 @@ export default { | Event | Description | Arguments | |------|------|------| -| change | Triggered when switch panel | activeNames: `(string | number)[] `(non-accordion mode) / *string \| number*(accordion mode) | +| change | Triggered when switch panel | activeNames | ### CollapseItem Props diff --git a/src/collapse/README.zh-CN.md b/src/collapse/README.zh-CN.md index 8998b157d..aed18f027 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` | - | @@ -98,7 +98,7 @@ export default { | 事件名 | 说明 | 回调参数 | |------|------|------| -| change | 切换面板时触发 | activeNames: `(string | number)[] `(非手风琴模式) / *string \| number*(手风琴模式) | +| change | 切换面板时触发 | activeNames: 类型与 v-model 绑定的值一致 | ### CollapseItem Props