Skip to content

Commit 53431c6

Browse files
committed
types: fix flow typing
1 parent 4216588 commit 53431c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/core/vdom/vnode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class VNode {
4646
this.ns = undefined
4747
this.context = context
4848
this.functionalContext = undefined
49-
this.functioanlOptions = undefined
49+
this.functionalOptions = undefined
5050
this.functionalScopeId = undefined
5151
this.key = data && data.key
5252
this.componentOptions = componentOptions

0 commit comments

Comments
 (0)