We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c02160 commit 9780594Copy full SHA for 9780594
src/glossary/index.md
@@ -145,7 +145,7 @@ Vue 也支持创建自定义指令,尽管它们通常只用作操作 DOM 节
145
函数式组件无法拥有任何自己的状态。它也不会经历通常的组件生命周期,因此无法使用生命周期钩子。这使得它们比正常的有状态组件要稍微轻一些。
146
147
详见:
148
-- [指南 - 渲染函数 & JSX -函数式组件](/guide/extras/render-function.html#functional-components)
+- [指南 - 渲染函数 & JSX - 函数式组件](/guide/extras/render-function.html#functional-components)
149
150
## 变量提升 (hoisting) {#hoisting}
151
0 commit comments