diff --git a/components/timeline/index.zh-CN.md b/components/timeline/index.zh-CN.md index b5a053ab22..b70ef233f7 100644 --- a/components/timeline/index.zh-CN.md +++ b/components/timeline/index.zh-CN.md @@ -31,7 +31,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*yIl9S4hAIBcAAA | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | -| mode | 通过设置 `mode` 可以改变时间轴和内容的相对位置 | `left` \| `alternate` \| `right` | | +| mode | 通过设置 `mode` 可以改变时间轴和内容的相对位置 | `left` \| `alternate` \| `right` | `left` | | pending | 指定最后一个幽灵节点是否存在或内容 | boolean\|string\|slot | false | | pendingDot | 当最后一个幽灵节点存在時,指定其时间图点 | string\|slot | `` | | reverse | 节点排序 | boolean | false |