#Devs
1 messages · Page 1 of 1 (latest)
Hello! Can you give me some more details?
Hey. I'm looking to create a card element on vue.js and add it to a div so I can collect card information.
It's working on my AngularJS project but vue is different and I was wondering if you guys had some code for it.
I think there's a third-party vue extension that would work for this - https://github.com/vue-stripe/vue-stripe
Unfortunately, it did not work. I think this is vue 2 and Im on vue 3
Ahh gotcha - looks like they're actively working on vue 3 support (looks like it's almost done, but still in-progress)
It lookks like we have an example of how to use vue 3 w/ payment element here (https://github.com/stripe-samples/accept-a-payment/tree/83915b170f954044e73af06034936bb46b96aede/payment-element/client/vue-cva) but we don't have a card-element specific example
well. I guess its better than nothing. Ill start digging there. Feel free to send me anything else you might find!