mirror of https://github.com/vuejs/core.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
952e1708b1
commit
8484ddace5
|
@ -14,9 +14,9 @@ export function genIf(
|
||||||
const [frag, push] = buildCodeFragment()
|
const [frag, push] = buildCodeFragment()
|
||||||
|
|
||||||
const codes: CodeFragment[] = [
|
const codes: CodeFragment[] = [
|
||||||
isNested?undefined:'() => (',
|
isNested ? undefined : '() => (',
|
||||||
...genExpression(condition, context),
|
...genExpression(condition, context),
|
||||||
isNested?undefined:')',
|
isNested ? undefined : ')',
|
||||||
]
|
]
|
||||||
|
|
||||||
let positiveArg = genBlock(positive, context)
|
let positiveArg = genBlock(positive, context)
|
||||||
|
|
Loading…
Reference in New Issue