Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 868604a

Browse files
committed
docs: update space
1 parent 768c340 commit 868604a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/api/application-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ app.directive('focus', {
145145
上一个的虚拟 Node,仅在 `beforeUpdate``updated` 钩子中可用。
146146
147147
:::tip Note
148-
除了 `el` 之外,你应该将这些参数视为只读,并且永远不要修改它们。如果你需要跨钩子共享信息,建议通过元素的[数据集] (https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset) 进行共享。
148+
除了 `el` 之外,你应该将这些参数视为只读,并且永远不要修改它们。如果你需要跨钩子共享信息,建议通过元素的[数据集](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset)进行共享。
149149
:::
150150
151151
- **参考**[自定义指令](../guide/custom-directive.html)

src/api/built-in-components.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<component :is="$options.components.child"></component>
1919
```
2020

21-
- **参考** [动态组件](../guide/component-dynamic-async.html)
21+
- **参考**[动态组件](../guide/component-dynamic-async.html)
2222

2323
## transition
2424

@@ -200,7 +200,7 @@
200200
`<keep-alive>` 不会在函数式组件中正常工作,因为它们没有缓存实例。
201201
:::
202202

203-
- **参考** [动态组件 - keep-alive](../guide/component-dynamic-async.html#dynamic-components-with-keep-alive)
203+
- **参考**[动态组件 - keep-alive](../guide/component-dynamic-async.html#dynamic-components-with-keep-alive)
204204

205205
## slot
206206

@@ -214,7 +214,7 @@
214214

215215
详细用法,请参考下面教程的链接。
216216

217-
- **参考** [通过插槽分发内容](../guide/component-basics.html#content-distribution-with-slots)
217+
- **参考**[通过插槽分发内容](../guide/component-basics.html#content-distribution-with-slots)
218218

219219
## teleport
220220

@@ -243,4 +243,4 @@
243243

244244
请注意,这将移动实际的 DOM 节点,而不是被销毁和重新创建,并且它还将保持任何组件实例的活动状态。所有有状态的 HTML 元素 (即播放的视频) 都将保持其状态。
245245

246-
- **参考** [Teleport 组件](../guide/teleport.html#teleport)
246+
- **参考**[Teleport 组件](../guide/teleport.html#teleport)

src/style-guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ computed: {
264264
</li>
265265
</ul>
266266
```
267-
更新为:
267+
更新为
268268

269269
``` html
270270
<ul v-if="shouldShowUsers">
@@ -716,7 +716,7 @@ components/
716716
|- index.vue
717717
```
718718

719-
or:
719+
或者:
720720

721721
```
722722
components/

0 commit comments

Comments
 (0)