Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit c1a3688

Browse files
committed
wip: add comments
1 parent 72e6b81 commit c1a3688

File tree

1 file changed

+1
-1
lines changed
  • packages/compiler-vapor/src/generators

1 file changed

+1
-1
lines changed

packages/compiler-vapor/src/generators/prop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function processValue(
267267
const { varNamesToDeclare, varNamesOverwritten, conditions, operations } =
268268
currentRenderEffect!
269269

270-
// for multiple values the early return condition should be `if (_foo === _ctx.foo) return`
270+
// for multiline the early return condition should be `if (_foo === _ctx.foo) return`
271271
const oper = operations.length === 1 ? '!==' : '==='
272272
for (const frag of values) {
273273
if (!isArray(frag)) continue

0 commit comments

Comments
 (0)