From 979712f84e472a70b5fa674e804db1fed4bf9f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Mon, 24 Jan 2022 16:35:22 +0100 Subject: [PATCH] [DOC] fix error in slot documentation --- doc/reference/slots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/slots.md b/doc/reference/slots.md index f687d4d7..69be4c14 100644 --- a/doc/reference/slots.md +++ b/doc/reference/slots.md @@ -215,13 +215,13 @@ For other kind of advanced use cases, the content of a slot may depends on some specific information specific to the generic component. This is the opposite of the slot params. -To solve this kind of problems, one can use the `t-set-scope` directive along +To solve this kind of problems, one can use the `t-slot-scope` directive along with the `t-set-slot`. This defines the name of a variable that can access everything given by the child component: ```xml
- + content