2019-01-01 07:33:43 +00:00
|
|
|
<cn>
|
|
|
|
#### 嵌套评论
|
|
|
|
评论可以嵌套。
|
|
|
|
</cn>
|
|
|
|
|
|
|
|
<us>
|
|
|
|
#### Nested comments
|
|
|
|
Comments can be nested.
|
|
|
|
</us>
|
|
|
|
|
|
|
|
```html
|
|
|
|
<template>
|
|
|
|
<a-comment>
|
2019-01-02 03:03:46 +00:00
|
|
|
<span slot="actions">Reply to</span>
|
|
|
|
<a slot="author">Han Solo</a>
|
|
|
|
<a-avatar
|
|
|
|
slot="avatar"
|
|
|
|
src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png"
|
|
|
|
alt="Han Solo"
|
|
|
|
/>
|
|
|
|
<p slot="content">We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure).</p>
|
|
|
|
<a-comment>
|
|
|
|
<span slot="actions">Reply to</span>
|
|
|
|
<a slot="author">Han Solo</a>
|
2019-01-01 07:33:43 +00:00
|
|
|
<a-avatar
|
2019-01-02 03:03:46 +00:00
|
|
|
slot="avatar"
|
2019-01-01 07:33:43 +00:00
|
|
|
src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png"
|
|
|
|
alt="Han Solo"
|
|
|
|
/>
|
2019-01-02 03:03:46 +00:00
|
|
|
<p slot="content">We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure).</p>
|
|
|
|
<a-comment>
|
|
|
|
<span slot="actions">Reply to</span>
|
|
|
|
<a slot="author">Han Solo</a>
|
2019-01-01 07:33:43 +00:00
|
|
|
<a-avatar
|
2019-01-02 03:03:46 +00:00
|
|
|
slot="avatar"
|
2019-01-01 07:33:43 +00:00
|
|
|
src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png"
|
|
|
|
alt="Han Solo"
|
|
|
|
/>
|
|
|
|
<p slot="content">We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure).</p>
|
|
|
|
</a-comment>
|
|
|
|
<a-comment>
|
2019-01-02 03:03:46 +00:00
|
|
|
<span slot="actions">Reply to</span>
|
|
|
|
<a slot="author">Han Solo</a>
|
|
|
|
<a-avatar
|
|
|
|
slot="avatar"
|
|
|
|
src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png"
|
|
|
|
alt="Han Solo"
|
|
|
|
/>
|
2019-01-01 07:33:43 +00:00
|
|
|
<p slot="content">We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure).</p>
|
|
|
|
</a-comment>
|
|
|
|
</a-comment>
|
|
|
|
</a-comment>
|
|
|
|
</template>
|
|
|
|
```
|