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 7a0bb19 commit 75bc3d5Copy full SHA for 75bc3d5
src/core/vdom/vnode.js
@@ -26,7 +26,7 @@ export default class VNode {
26
ssrContext: Object | void;
27
fnContext: Component | void; // real context vm for functional nodes
28
fnOptions: ?ComponentOptions; // for SSR caching
29
- fnScopeId: ?string; // functioanl scope id support
+ fnScopeId: ?string; // functional scope id support
30
31
constructor (
32
tag?: string,
0 commit comments