docs(Collapse): fix typo

This commit is contained in:
陈嘉涵
2019-08-28 11:19:26 +08:00
parent 0f72340c8d
commit ac193fef3c
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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` | - |