Skip to content

Commit a93d765

Browse files
byogJustineo
authored andcommitted
Update components-slots.md
语义不完整
1 parent 99984ed commit a93d765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Vue 实现了一套内容分发的 API,这套 API 的设计灵感源自 [Web C
9090
</button>
9191
```
9292

93-
我们可能希望这个 `<button>` 内绝大多数情况下都渲染文本“Submit”。为了将“Submit”作为后备内容,我们可以将它在 `<slot>` 标签内:
93+
我们可能希望这个 `<button>` 内绝大多数情况下都渲染文本“Submit”。为了将“Submit”作为后备内容,我们可以将它放在 `<slot>` 标签内:
9494

9595
```html
9696
<button type="submit">

0 commit comments

Comments
 (0)