Evan You пре 7 година
родитељ
комит
e29fbad0ac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/vdom/create-functional-component.js

+ 1 - 1
src/core/vdom/create-functional-component.js

@@ -124,7 +124,7 @@ function cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderCo
   clone.fnContext = contextVm
   clone.fnOptions = options
   if (process.env.NODE_ENV !== 'production') {
-    ;(clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext
+    (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext
   }
   if (data.slot) {
     (clone.data || (clone.data = {})).slot = data.slot