Skip to content

Commit 84165c4

Browse files
committed
doc: update timeline doc #1767
1 parent c8cc30b commit 84165c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/timeline/demo/index.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ const md = {
1212
cn: `# 时间轴
1313
垂直展示的时间流信息。
1414
## 何时使用
15-
在操作需要较长时间才能完成时,为用户显示该操作的当前进度和状态。
16-
1715
- 当有一系列信息需按时间排列时,可正序和倒序。
18-
- 需要有一条时间轴进行视觉上的串联时。
16+
- 需要有一条时间轴进行视觉上的串联时。
1917
## 代码演示`,
2018
us: `# Timeline
2119
Vertical display timeline.
2220
## When To Use
23-
- When a series of information needs to be ordered by time (ascend or descend).
21+
- When a series of information needs to be ordered by time (ascending or descending).
2422
- When you need a timeline to make a visual connection.
2523
## Examples
2624
`,

0 commit comments

Comments
 (0)