vue-stripe-checkout-nuxt-demo icon indicating copy to clipboard operation
vue-stripe-checkout-nuxt-demo copied to clipboard

Support for Nuxt 3

Open fazi8808 opened this issue 2 years ago • 2 comments

I am trying to implement first-time Stripe with Nuxt3. I see there are few issues. Help is really appreciated! Thank you in advance

image image

fazi8808 avatar Jul 14 '23 12:07 fazi8808

I don't have much experience, but from that error I understand that you can try to put the stripe component inside the nuxt clientOnly component.

DulcePC avatar Oct 13 '23 14:10 DulcePC

Also, de plugin import need to end with .client like this: vue-stripe.client.ts, sorry my English!

DulcePC avatar Oct 13 '23 15:10 DulcePC