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 hefeng committed Jan 25, 2019
1 parent adb693e commit 4e6f34d
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 4e6f34d

Please sign in to comment.