Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vuejs/language-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Feb 16, 2025
2 parents 9f990a7 + f87b9ca commit c73aade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/language-core/lib/codegen/template/slotOutlet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ export function* generateSlotOutlet(
else {
yield* wrapWith(
startTagOffset,
startTagEndOffset,
startTagEndOffset,
ctx.codeFeatures.verification,
`${options.slotsAssignName ?? '__VLS_slots'}[`,
...wrapWith(
startTagOffset,
startTagEndOffset,
startTagEndOffset,
ctx.codeFeatures.verification,
`'default'`
),
Expand Down

0 comments on commit c73aade

Please sign in to comment.