Skip to content

Commit 8c771d7

Browse files
committed
fix: address the issue caused by stripe v3 update
1 parent a9e4ecc commit 8c771d7

File tree

2 files changed

+2321
-2003
lines changed

2 files changed

+2321
-2003
lines changed

src/components/StripeElement.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default defineComponent({
5656
type.value,
5757
options.value
5858
)
59-
stripeElement.value.mount(domElement.value)
6059
mountPoint.value.appendChild(domElement.value)
60+
stripeElement.value.mount(domElement.value)
6161
}
6262
6363
// Handle event listeners

0 commit comments

Comments
 (0)