Skip to content

Commit

Permalink
chore: fix typo (vuejs#7781)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane authored and aJean committed Aug 19, 2020
1 parent 7a0bb19 commit 75bc3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vdom/vnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class VNode {
ssrContext: Object | void;
fnContext: Component | void; // real context vm for functional nodes
fnOptions: ?ComponentOptions; // for SSR caching
fnScopeId: ?string; // functioanl scope id support
fnScopeId: ?string; // functional scope id support

constructor (
tag?: string,
Expand Down

0 comments on commit 75bc3d5

Please sign in to comment.