8000
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 ff911c9 commit f64765fCopy full SHA for f64765f
src/core/instance/render.js
@@ -84,7 +84,7 @@ export function renderMixin (Vue: Class<Component>) {
84
// render self
85
let vnode
86
try {
87
- // 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
88
// separately from one another. Nested component's render fns are called
89
// when parent component is patched.
90
currentRenderingInstance = vm
0 commit comments