Skip to content

Commit d7d9b00

Browse files
g-planeyyx990803
authored andcommitted
chore: fix typo (#7781)
1 parent 6bc75ca commit d7d9b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/vdom/vnode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class VNode {
2626
ssrContext: Object | void;
2727
fnContext: Component | void; // real context vm for functional nodes
2828
fnOptions: ?ComponentOptions; // for SSR caching
29-
fnScopeId: ?string; // functioanl scope id support
29+
fnScopeId: ?string; // functional scope id support
3030

3131
constructor (
3232
tag?: string,

0 commit comments

Comments
 (0)