From 4aeb24ed3c543dadf1543fa01575b4cc69623f4f Mon Sep 17 00:00:00 2001 From: qiang Date: Wed, 8 Sep 2021 17:30:41 +0800 Subject: [PATCH] docs: fix tag --- docs/vue3-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vue3-components.md b/docs/vue3-components.md index 790d5f73a..d8bac6280 100644 --- a/docs/vue3-components.md +++ b/docs/vue3-components.md @@ -1073,7 +1073,7 @@ ### 插槽内容 -Vue 实现了一套内容分发的 API,这套 API 的设计灵感源自 [Web Components 规范草案](https://github.com/WICG/webcomponents/blob/gh-pages/proposals/Slots-Proposal.md),将 元素作为承载分发内容的出口。 +Vue 实现了一套内容分发的 API,这套 API 的设计灵感源自 [Web Components 规范草案](https://github.com/WICG/webcomponents/blob/gh-pages/proposals/Slots-Proposal.md),将 `` 元素作为承载分发内容的出口。 它允许你像这样合成组件: -- GitLab