Skip to content

Commit

Permalink
fix(docs): missing spaces between words (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 27, 2024
1 parent 0c02160 commit 9780594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glossary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Vue 也支持创建自定义指令,尽管它们通常只用作操作 DOM 节
函数式组件无法拥有任何自己的状态。它也不会经历通常的组件生命周期,因此无法使用生命周期钩子。这使得它们比正常的有状态组件要稍微轻一些。

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

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

Expand Down

0 comments on commit 9780594

Please sign in to comment.