+
+ 20:36
+
+
+```
+
+:::
+
+
+
+### API
+
+d-comment 参数
+| 参数 | 类型 | 默认 | 说明 |
+| :------: | :--: | :--: | :---------------------------------------------- |
+| actions | - | - | - |
+| author | - | - | 要显示为注释作者的元素 |
+| avatar | - | - | 要显示为评论头像的元素 - 通常是 avatar |
+| content | - | - | 评论的主要内容 |
+| datetime | - | - | 展示时间描述 |
diff --git a/packages/devui-vue/docs/en-US/components/comment/index.md b/packages/devui-vue/docs/en-US/components/comment/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..feb1f3b5285dace26a3b23abb0852c8b6cf6b3f8
--- /dev/null
+++ b/packages/devui-vue/docs/en-US/components/comment/index.md
@@ -0,0 +1,46 @@
+# Comment
+
+A comment displays user feedback and discussion to website content.
+
+### When To Use
+
+Comments can be used to enable discussions on an entity such as a page, blog post, issue or other.
+
+### Basic Usage
+
+:::demo
+
+```vue
+
+
+
+
MyAvatar
+
+ MyAvatar
+
+
+
+
+
Used to discuss things, such as pages, blog posts, questions, etc.
+
+ 20:36
+
+
+```
+
+:::
+
+
+
+### API
+
+d-comment
+| Parameter | Type | Default | Description |
+| :------: | :--: | :--: | :---------------------------------------------- |
+| actions | - | - | - |
+| author | - | - | The element to display as the comment author |
+| avatar | - | - | The element to display as the comment avatar - generally an antd Avatar |
+| content | - | - | The main content of the comment |
+| datetime | - | - | A datetime element containing the time to be displayed |