diff --git a/src/guide/component-slots.md b/src/guide/component-slots.md index 4e9c2a5f2c..154d4f8a8d 100644 --- a/src/guide/component-slots.md +++ b/src/guide/component-slots.md @@ -247,7 +247,7 @@ app.component('todo-list', { }) ``` -We might want to replace the `{{ item }}` with a `` to customize it on parent component: +We might want to replace the `{{ item }}` with a `` to customize it on parent component: ```html @@ -320,7 +320,7 @@ Note that the abbreviated syntax for default slot **cannot** be mixed with named {{ slotProps.item }} - +