mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 03:57:36 +08:00
chore(typo): fix comment typo (#10101)
This commit is contained in:
parent
ff911c9ffe
commit
f64765fa03
@ -84,7 +84,7 @@ export function renderMixin (Vue: Class<Component>) {
|
||||
// render self
|
||||
let vnode
|
||||
try {
|
||||
// There's no need to maintain a stack becaues all render fns are called
|
||||
// There's no need to maintain a stack because all render fns are called
|
||||
// separately from one another. Nested component's render fns are called
|
||||
// when parent component is patched.
|
||||
currentRenderingInstance = vm
|
||||
|
Loading…
Reference in New Issue
Block a user