diff --git a/docs/en-US/component/mention.md b/docs/en-US/component/mention.md
index b36f22795f..ae6d596138 100644
--- a/docs/en-US/component/mention.md
+++ b/docs/en-US/component/mention.md
@@ -17,6 +17,16 @@ mention/basic
:::
+## Props ^(2.11.3)
+
+You can customize the alias of the `options` through the `props` attribute.
+
+:::demo
+
+mention/props
+
+:::
+
## Textarea
The input type can be set to `textarea`.
diff --git a/docs/examples/mention/props.vue b/docs/examples/mention/props.vue
new file mode 100644
index 0000000000..ef84482e38
--- /dev/null
+++ b/docs/examples/mention/props.vue
@@ -0,0 +1,36 @@
+
+
+
+
+