vue-stripe / vue-stripe-checkout-nuxt-demo

A demo on how to implement vue-stripe-checkout in Nuxt.js
39 stars 12 forks source link

Support for Nuxt 3 #22

Open fazi8808 opened 1 year ago

fazi8808 commented 1 year ago

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
DulcePC commented 1 year ago

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 commented 1 year ago

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