diff --git a/src/components/EmptyContent/EmptyContent.vue b/src/components/EmptyContent/EmptyContent.vue index 5f5d745ae2..294781523b 100644 --- a/src/components/EmptyContent/EmptyContent.vue +++ b/src/components/EmptyContent/EmptyContent.vue @@ -24,12 +24,14 @@ ### Basic use Use this component to display a message about an empty content. -An icon and a title are mandatory. -Providing an additional description is strongly advised. +Providing an icon, title, and a description is strongly advised. ``` - + No comments + ``` @@ -37,17 +39,21 @@ Providing an additional description is strongly advised. @@ -57,15 +63,15 @@ export default {