2018-12-05 04:32:46 +00:00
|
|
|
<cn>
|
|
|
|
#### 右侧时间轴点
|
|
|
|
时间轴点可以在内容的右边。
|
|
|
|
</cn>
|
|
|
|
|
|
|
|
<us>
|
|
|
|
#### Right alternate
|
|
|
|
Right alternate timeline.
|
|
|
|
</us>
|
|
|
|
|
2019-10-09 10:32:23 +00:00
|
|
|
```tpl
|
2018-12-05 04:32:46 +00:00
|
|
|
<template>
|
|
|
|
<a-timeline mode="right">
|
|
|
|
<a-timeline-item>Create a services site 2015-09-01</a-timeline-item>
|
|
|
|
<a-timeline-item>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;" />
|
|
|
|
Technical testing 2015-09-01
|
|
|
|
</a-timeline-item>
|
|
|
|
<a-timeline-item>Network problems being solved 2015-09-01</a-timeline-item>
|
|
|
|
</a-timeline>
|
|
|
|
</template>
|
|
|
|
```
|