diff --git a/docs/content/3.guide/1.writing/3.mdc.md b/docs/content/3.guide/1.writing/3.mdc.md index 300a9033f..e4d6b697f 100755 --- a/docs/content/3.guide/1.writing/3.mdc.md +++ b/docs/content/3.guide/1.writing/3.mdc.md @@ -60,7 +60,7 @@ A component's slots can accept content or another components. ``` @@ -183,9 +183,15 @@ The `{}` identifier passes props to components in a terse way by using a `key=va ``` ```html [Alert.vue] + + + ``` ::code-block{label="Preview" preview}