Skip to content

Commit 9780594

Browse files
authored
fix(docs): missing spaces between words (#922)
1 parent 0c02160 commit 9780594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glossary/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Vue 也支持创建自定义指令,尽管它们通常只用作操作 DOM 节
145145
函数式组件无法拥有任何自己的状态。它也不会经历通常的组件生命周期,因此无法使用生命周期钩子。这使得它们比正常的有状态组件要稍微轻一些。
146146

147147
详见:
148-
- [指南 - 渲染函数 & JSX -函数式组件](/guide/extras/render-function.html#functional-components)
148+
- [指南 - 渲染函数 & JSX - 函数式组件](/guide/extras/render-function.html#functional-components)
149149

150150
## 变量提升 (hoisting) {#hoisting}
151151

0 commit comments

Comments
 (0)