Skip to content

Commit 4ec387b

Browse files
committedJun 14, 2024
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

+1
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)
Please sign in to comment.