]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(compiler-sfc): fix missing scope for extends error message
authorEvan You <yyx990803@gmail.com>
Fri, 14 Jun 2024 14:46:26 +0000 (16:46 +0200)
committerEvan You <yyx990803@gmail.com>
Fri, 14 Jun 2024 14:46:26 +0000 (16:46 +0200)
packages/compiler-sfc/src/script/resolveType.ts

index c1204a4cd238a3503ee3d12cc3e688a61d68422f..4e6c6826d9e41bf749e402d4f67acc15e3f84019 100644 (file)
@@ -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,
         )
       }
     }