We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4216588 commit 53431c6Copy full SHA for 53431c6
src/core/vdom/vnode.js
@@ -46,7 +46,7 @@ export default class VNode {
46
this.ns = undefined
47
this.context = context
48
this.functionalContext = undefined
49
- this.functioanlOptions = undefined
+ this.functionalOptions = undefined
50
this.functionalScopeId = undefined
51
this.key = data && data.key
52
this.componentOptions = componentOptions
0 commit comments