Skip to content

Commit 07ad253

Browse files
committed
fix: ts issue
1 parent b12a9ff commit 07ad253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GoogleSignInButton.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ watchEffect(() => {
270270
});
271271
272272
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
273-
window.google?.accounts.id.renderButton(targetElement.value!, {
273+
window.google?.accounts.id.renderButton(targetElement.value! as HTMLElement, {
274274
type: props.type,
275275
theme: props.theme,
276276
size: props.size,

0 commit comments

Comments
 (0)