From 75526da3d63e18cb2243fa678e9eb5a01cbf37a8 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Sun, 4 Oct 2020 14:13:21 +0300 Subject: [PATCH] Update component-slots.md --- src/guide/component-slots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/component-slots.md b/src/guide/component-slots.md index 777c3b6008..415ceeb6a6 100644 --- a/src/guide/component-slots.md +++ b/src/guide/component-slots.md @@ -263,7 +263,7 @@ To make `item` available to the slot content provided by the parent, we can add ```html ```