You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.0 KiB
31 lines
1.0 KiB
6 years ago
|
<cn>
|
||
|
#### 交替展现
|
||
|
内容在时间轴两侧轮流出现。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### Alternate
|
||
|
Alternate timeline.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
<a-timeline mode="alternate">
|
||
|
<a-timeline-item>Create a services site 2015-09-01</a-timeline-item>
|
||
|
<a-timeline-item color="green">Solve initial network problems 2015-09-01</a-timeline-item>
|
||
|
<a-timeline-item>
|
||
|
<a-icon slot="dot" type="clock-circle-o" style="font-size: 16px;" />
|
||
|
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
|
||
|
</a-timeline-item>
|
||
|
<a-timeline-item color="red">Network problems being solved 2015-09-01</a-timeline-item>
|
||
|
<a-timeline-item>Create a services site 2015-09-01</a-timeline-item>
|
||
|
<a-timeline-item>
|
||
|
<a-icon slot="dot" type="clock-circle-o" style="font-size: 16px;" />
|
||
|
Technical testing 2015-09-01
|
||
|
</a-timeline-item>
|
||
|
</a-timeline>
|
||
|
</template>
|
||
|
```
|
||
|
|
||
|
|