67 lines
1.8 KiB
Markdown
67 lines
1.8 KiB
Markdown
<cn>
|
|
#### 嵌套评论
|
|
评论可以嵌套。
|
|
</cn>
|
|
|
|
<us>
|
|
#### Nested comments
|
|
Comments can be nested.
|
|
</us>
|
|
|
|
```tpl
|
|
<template>
|
|
<a-comment>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<a-comment>
|
|
<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>
|
|
</a-comment>
|
|
</a-comment>
|
|
</template>
|
|
```
|