From d1c2a153d75e9f7c7cc83529264fb97c33cf0434 Mon Sep 17 00:00:00 2001 From: baozj Date: Thu, 6 Nov 2025 17:53:48 +0800 Subject: [PATCH] docs(timeline): sync Chinese and English docs, add default value 'left' for mode prop --- components/timeline/index.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |