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.
ant-design-vue/components/comment/demo/nested.vue

89 lines
2.2 KiB

<docs>
---
order: 2
title:
zh-CN: 嵌套评论
en-US: Nested comments
---
## zh-CN
评论可以嵌套
## en-US
Comments can be nested.
</docs>
<template>
<a-comment>
<template #actions>
<span key="comment-nested-reply-to">Reply to</span>
</template>
<template #author>
<a>Han Solo</a>
</template>
<template #avatar>
<a-avatar src="https://joeschmoe.io/api/v1/random" alt="Han Solo" />
</template>
<template #content>
<p>
We supply a series of design principles, practical patterns and high quality design
resources (Sketch and Axure).
</p>
</template>
<a-comment>
<template #actions>
<span>Reply to</span>
</template>
<template #author>
<a>Han Solo</a>
</template>
<template #avatar>
<a-avatar src="https://joeschmoe.io/api/v1/random" alt="Han Solo" />
</template>
<template #content>
<p>
We supply a series of design principles, practical patterns and high quality design
resources (Sketch and Axure).
</p>
</template>
<a-comment>
<template #actions>
<span>Reply to</span>
</template>
<template #author>
<a>Han Solo</a>
</template>
<template #avatar>
<a-avatar src="https://joeschmoe.io/api/v1/random" alt="Han Solo" />
</template>
<template #content>
<p>
We supply a series of design principles, practical patterns and high quality design
resources (Sketch and Axure).
</p>
</template>
</a-comment>
<a-comment>
<template #actions>
<span>Reply to</span>
</template>
<template #author>
<a>Han Solo</a>
</template>
<template #avatar>
<a-avatar src="https://joeschmoe.io/api/v1/random" alt="Han Solo" />
</template>
<template #content>
<p>
We supply a series of design principles, practical patterns and high quality design
resources (Sketch and Axure).
</p>
</template>
</a-comment>
</a-comment>
</a-comment>
</template>