From: Evan You Date: Fri, 14 Jun 2024 14:46:26 +0000 (+0200) Subject: fix(compiler-sfc): fix missing scope for extends error message X-Git-Tag: v3.4.29~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ec387b100985b008cdcc4cd883a5b6328c05766;p=thirdparty%2Fvuejs%2Fcore.git fix(compiler-sfc): fix missing scope for extends error message --- diff --git a/packages/compiler-sfc/src/script/resolveType.ts b/packages/compiler-sfc/src/script/resolveType.ts index c1204a4cd2..4e6c6826d9 100644 --- a/packages/compiler-sfc/src/script/resolveType.ts +++ b/packages/compiler-sfc/src/script/resolveType.ts @@ -439,6 +439,7 @@ function resolveInterfaceMembers( `Note: both in 3.2 or with the ignore, the properties in the base ` + `type are treated as fallthrough attrs at runtime.`, ext, + scope, ) } }