diff --git a/src/dropdown-menu/README.md b/src/dropdown-menu/README.md
index 38272055c..ebbfa3829 100644
--- a/src/dropdown-menu/README.md
+++ b/src/dropdown-menu/README.md
@@ -77,6 +77,17 @@ export default {
};
```
+### Custom Active Color
+
+Use `active-color` prop to custom active color of the title and options
+
+```html
+
+
+
+
+```
+
### Expand Direction
```html
diff --git a/src/dropdown-menu/README.zh-CN.md b/src/dropdown-menu/README.zh-CN.md
index 3eeb4c1db..96132181e 100644
--- a/src/dropdown-menu/README.zh-CN.md
+++ b/src/dropdown-menu/README.zh-CN.md
@@ -79,6 +79,17 @@ export default {
};
```
+### 自定义选中态颜色
+
+通过`active-color`属性可以自定义菜单标题和选项的选中态颜色
+
+```html
+
+
+
+
+```
+
### 向上展开
将`direction`属性值设置为`up`,菜单即可向上展开
diff --git a/src/dropdown-menu/demo/index.vue b/src/dropdown-menu/demo/index.vue
index 07daa46a5..0844f410c 100644
--- a/src/dropdown-menu/demo/index.vue
+++ b/src/dropdown-menu/demo/index.vue
@@ -42,6 +42,19 @@
+
+
+
+
+
+
+
+
+
+