Skip to content

Commit

Permalink
fix: $attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Dec 31, 2024
1 parent 62bf2af commit 211c5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/language-core/lib/codegen/template/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function* generateInheritedAttrs(
if (ctx.bindingAttrLocs.length) {
yield `[`;
for (const loc of ctx.bindingAttrLocs) {
yield `__VLS_special.`;
yield [
loc.source,
'template',
Expand Down

0 comments on commit 211c5d0

Please sign in to comment.