diff --git a/docs/rules/no-required-prop-with-default.md b/docs/rules/no-required-prop-with-default.md index 38c0a0e8a..854226617 100644 --- a/docs/rules/no-required-prop-with-default.md +++ b/docs/rules/no-required-prop-with-default.md @@ -18,7 +18,7 @@ If a prop is declared with a default value, whether it is required or not, we ca So, a required prop with a default value is essentially the same as an optional prop. This rule enforces all props with default values to be optional. - + ```vue ``` - + ```vue