We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cc30b commit 84165c4Copy full SHA for 84165c4
components/timeline/demo/index.vue
@@ -12,15 +12,13 @@ const md = {
12
cn: `# 时间轴
13
垂直展示的时间流信息。
14
## 何时使用
15
- 在操作需要较长时间才能完成时,为用户显示该操作的当前进度和状态。
16
-
17
- 当有一系列信息需按时间排列时,可正序和倒序。
18
- - 需要有一条时间轴进行视觉上的串联时。。
+ - 需要有一条时间轴进行视觉上的串联时。
19
## 代码演示`,
20
us: `# Timeline
21
Vertical display timeline.
22
## When To Use
23
- - When a series of information needs to be ordered by time (ascend or descend).
+ - When a series of information needs to be ordered by time (ascending or descending).
24
- When you need a timeline to make a visual connection.
25
## Examples
26
`,
0 commit comments