Skip to content

Commit

Permalink
fix: ts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Nov 2, 2022
1 parent b12a9ff commit 07ad253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GoogleSignInButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ watchEffect(() => {
});
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
window.google?.accounts.id.renderButton(targetElement.value!, {
window.google?.accounts.id.renderButton(targetElement.value! as HTMLElement, {
type: props.type,
theme: props.theme,
size: props.size,
Expand Down

0 comments on commit 07ad253

Please sign in to comment.