diff --git a/docs/_layouts/component.njk b/docs/_layouts/component.njk index f5253d477..53a3eba0c 100644 --- a/docs/_layouts/component.njk +++ b/docs/_layouts/component.njk @@ -62,7 +62,7 @@ {# Properties #} {% if component.properties.length %} -
- {{ prop.name }}+ {{ prop.name }}{% if prop.attribute %} - {{ prop.attribute }}{{ prop.attribute }} |