Przeglądaj źródła

chore: fix lint

Evan You 7 lat temu
rodzic
commit
e29fbad0ac
1 zmienionych plików z 1 dodań i 1 usunięć
  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