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

Commit 4ec387b

Browse files
committed
fix(compiler-sfc): fix missing scope for extends error message
1 parent 11cc12b commit 4ec387b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compiler-sfc/src/script/resolveType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ function resolveInterfaceMembers(
439439
`Note: both in 3.2 or with the ignore, the properties in the base ` +
440440
`type are treated as fallthrough attrs at runtime.`,
441441
ext,
442+
scope,
442443
)
443444
}
444445
}

0 commit comments

Comments
 (0)