瀏覽代碼

chore: fix lint

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