diff --git a/src/guide/component-slots.md b/src/guide/component-slots.md index 5366623104..777c3b6008 100644 --- a/src/guide/component-slots.md +++ b/src/guide/component-slots.md @@ -274,7 +274,7 @@ Attributes bound to a `` element are called **slot props**. Now, in the pa ``` @@ -290,7 +290,7 @@ In cases like above, when _only_ the default slot is provided content, the compo ```html - {{ slotProps.item }} + {{ slotProps.item }} ``` @@ -299,7 +299,7 @@ This can be shortened even further. Just as non-specified content is assumed to ```html - {{ slotProps.item }} + {{ slotProps.item }} ``` @@ -310,7 +310,7 @@ Note that the abbreviated syntax for default slot **cannot** be mixed with named - {{ slotProps.item }} + {{ slotProps.item }}