We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc75ca commit d7d9b00Copy full SHA for d7d9b00
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