Explorar o código

types: fix flow typing

Evan You %!s(int64=8) %!d(string=hai) anos
pai
achega
53431c63a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/vdom/vnode.js

+ 1 - 1
src/core/vdom/vnode.js

@@ -46,7 +46,7 @@ export default class VNode {
     this.ns = undefined
     this.context = context
     this.functionalContext = undefined
-    this.functioanlOptions = undefined
+    this.functionalOptions = undefined
     this.functionalScopeId = undefined
     this.key = data && data.key
     this.componentOptions = componentOptions