File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,5 +90,5 @@ export default {
9090| ------| ------| ------| ------| ------|
9191| v-waterfall-lower | 滚动到底部, 触发执行的函数 | * Function* | - | - |
9292| v-waterfall-upper | 滚动到顶部, 触发执行的函数 | * Function* | - | - |
93- | waterfall-disabled | 在 vue 对象中表示是否禁止瀑布流触发的 key 值 | ` String ` | - | - |
94- | waterfall-offset | 触发瀑布流加载的阈值 | ` Number ` | ` 300 ` | - |
93+ | waterfall-disabled | 在 vue 对象中表示是否禁止瀑布流触发的 key 值 | * string * | - | - |
94+ | waterfall-offset | 触发瀑布流加载的阈值 | * number * | ` 300 ` | - |
Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ export default {
8989
9090| Attribute | Description | Type | Default | Version |
9191| ------| ------| ------| ------| ------|
92- | v-model | Names of current active panels | `( string | number) [ ] `( non-accordion mode)< br > * string \| number* (accordion mode) | - | - |
92+ | v-model | Names of current active panels | accordion mode: * string \ | number* < br > non-accordion mode: * ( string \| number) [ ] * | - | - |
9393| accordion | Whether to be accordion mode | * boolean* | ` false ` | - |
9494| border | Whether to show outer border | * boolean* | ` true ` | - |
9595
9696### Collapse Events
9797
9898| Event | Description | Arguments |
9999| ------| ------| ------|
100- | change | Triggered when switch panel | activeNames: `(string | number) [ ] `(non-accordion mode) / * string \| number * (accordion mode) |
100+ | change | Triggered when switch panel | activeNames |
101101
102102### CollapseItem Props
103103
Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ export default {
9090
9191| 参数 | 说明 | 类型 | 默认值 | 版本 |
9292| ------| ------| ------| ------| ------|
93- | v-model | 当前展开面板的 name | `( string | number) [ ] `(非手风琴模式) <br >* string \| number* (手风琴模式) | - | - |
93+ | v-model | 当前展开面板的 name | 手风琴模式: * string \ | number* <br >非手风琴模式: * ( string \| number) [ ] * | - | - |
9494| accordion | 是否开启手风琴模式 | * boolean* | ` false ` | - |
9595| border | 是否显示外边框 | * boolean* | ` true ` | - |
9696
9797### Collapse Events
9898
9999| 事件名 | 说明 | 回调参数 |
100100| ------| ------| ------|
101- | change | 切换面板时触发 | activeNames: `(string | number) [ ] `(非手风琴模式) / * string \| number * (手风琴模式) |
101+ | change | 切换面板时触发 | activeNames: 类型与 v-model 绑定的值一致 |
102102
103103### CollapseItem Props
104104
You can’t perform that action at this time.
0 commit comments