Skip to content

Commit

Permalink
fix(compiler-sfc): fix missing scope for extends error message
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 14, 2024
1 parent 11cc12b commit 4ec387b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler-sfc/src/script/resolveType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
}
}
Expand Down

0 comments on commit 4ec387b

Please sign in to comment.