Skip to content

Commit

Permalink
fix: address the issue caused by stripe v3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
softbeehive committed Oct 9, 2024
1 parent a9e4ecc commit 8c771d7
Show file tree
Hide file tree
Showing 2 changed files with 2,321 additions and 2,003 deletions.
2 changes: 1 addition & 1 deletion src/components/StripeElement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default defineComponent({
type.value,
options.value
)
stripeElement.value.mount(domElement.value)
mountPoint.value.appendChild(domElement.value)
stripeElement.value.mount(domElement.value)
}
// Handle event listeners
Expand Down
Loading

0 comments on commit 8c771d7

Please sign in to comment.