Skip to content

Commit

Permalink
wip: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Dec 4, 2024
1 parent 72e6b81 commit c1a3688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-vapor/src/generators/prop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function processValue(
const { varNamesToDeclare, varNamesOverwritten, conditions, operations } =
currentRenderEffect!

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

0 comments on commit c1a3688

Please sign in to comment.