karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

Does it support payment gateways? #233

Closed coccoinomane closed 3 years ago

coccoinomane commented 3 years ago

Hello, First of all, let me thank you for this super handy tool! It really has the power to cut dev time by half in my use case 👍🏼 Here's my question: I have a Vue form with Stripe payment, will it be possible to embed it using a vue-custom-element? Thank you, Guido

karol-f commented 3 years ago

Yes, if it will work in a standard Vue component/app it will also work in vue-custom-element. Regards!