Skip to content

Commit

Permalink
chore: revert debugging dev flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 14, 2020
1 parent 8ae3624 commit 4046f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/vnode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const createVNodeWithArgsTransform = (

export const InternalObjectSymbol = Symbol()

export const createVNode = (false
export const createVNode = (__DEV__
? createVNodeWithArgsTransform
: _createVNode) as typeof _createVNode

Expand Down

0 comments on commit 4046f0b

Please sign in to comment.