diff --git a/docs/src/demos/Nodes/Mention/index.vue b/docs/src/demos/Nodes/Mention/index.vue
index 8c2bc2df..6829642f 100644
--- a/docs/src/demos/Nodes/Mention/index.vue
+++ b/docs/src/demos/Nodes/Mention/index.vue
@@ -38,7 +38,7 @@ export default {
items: query => {
return [
'Lea Thompson', 'Cyndi Lauper', 'Tom Cruise', 'Madonna', 'Jerry Hall', 'Joan Collins', 'Winona Ryder', 'Christina Applegate', 'Alyssa Milano', 'Molly Ringwald', 'Ally Sheedy', 'Debbie Harry', 'Olivia Newton-John', 'Elton John', 'Michael J. Fox', 'Axl Rose', 'Emilio Estevez', 'Ralph Macchio', 'Rob Lowe', 'Jennifer Grey', 'Mickey Rourke', 'John Cusack', 'Matthew Broderick', 'Justine Bateman', 'Lisa Bonet',
- ].filter(item => item.toLowerCase().startsWith(query.toLowerCase())).slice(0, 5)
+ ].filter(item => item.toLowerCase().startsWith(query.toLowerCase())).slice(0, 10)
},
render: () => {
let component
@@ -81,7 +81,11 @@ export default {
}),
],
content: `
-
Hi and ! Don’t forget the daily stand up at 8 AM.
+
Hi everyone! Don’t forget the daily stand up at 8 AM.
+
Would you mind to share what you’ve been working on lately? We fear not much happened since Dirty Dancing.
+
Let’s go through your most important points quickly.
+
I have a meeting with and don’t want to come late.
+
– Thanks, your big boss
`,
})
},
@@ -93,6 +97,12 @@ export default {