From 9c1d7670ab54b3a40d1e99f23941df88ef3e2f77 Mon Sep 17 00:00:00 2001 From: Naoki Endoh Date: Thu, 29 Apr 2021 19:20:47 +0900 Subject: [PATCH 1/8] fix: closed span tags https://github.com/vuejs/docs-next/commit/fc1449bdb1c30b4882cc7fc350bbf8b36e6a0a0e#diff-35274a894b839664d9b049b61f4ceb59208a220f0008127c91fd80249d07a0ec --- src/guide/component-slots.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/guide/component-slots.md b/src/guide/component-slots.md index 16bc193d..cd8a6750 100644 --- a/src/guide/component-slots.md +++ b/src/guide/component-slots.md @@ -275,7 +275,7 @@ app.component('todo-list', { ``` @@ -291,7 +291,7 @@ app.component('todo-list', { ```html - {{ slotProps.item }} + {{ slotProps.item }} ``` @@ -300,7 +300,7 @@ app.component('todo-list', { ```html - {{ slotProps.item }} + {{ slotProps.item }} ``` @@ -311,7 +311,7 @@ app.component('todo-list', { - {{ slotProps.item }} + {{ slotProps.item }}