diff --git a/docs/rules/multi-word-component-names.md b/docs/rules/multi-word-component-names.md
index 4835d12f4..06aa78d96 100644
--- a/docs/rules/multi-word-component-names.md
+++ b/docs/rules/multi-word-component-names.md
@@ -76,6 +76,47 @@ export default {
+
+
+```vue
+
+
+
+```
+
+
+
+
+
+```vue
+
+
+
+```
+
+
+
+
+
+```vue
+
+
+
+
+```
+
+
+
## :wrench: Options
```json
@@ -116,6 +157,18 @@ export default {
+
+
+```vue
+
+
+
+```
+
+
+
## :books: Further Reading
- [Style guide - Multi-word component names](https://vuejs.org/style-guide/rules-essential.html#use-multi-word-component-names)