Flutterwave / Vue-v3

Vue2 library for Flutterwave for Business (F4B) v3 APIS
https://developer.flutterwave.com/
MIT License
6 stars 7 forks source link

update for vue 3? #8

Open Fanna1119 opened 3 years ago

vixson commented 2 years ago

Please is this supported in Composition API? Before on Vue Composition API, the use of this keyword was eliminated. So therefore this.asyncPayWithFlutterwave would not be possible.

Please help with the update. Thanks

00cyberghost commented 1 year ago

Not working for vue 3+. Cant even install on vue3 projects. It is important that a vue3 version is released which will be compatible with the composition api using setup attribute on the script tag. I have to resort to not so professional way to integrate flutterwave

Divine-offishal commented 1 year ago

Flutterwave contributors....there is still no update for vue3. Please, release one for vue3

Peace-N commented 4 months ago

Its not working with Vue 3 its not installing in vue-3 projects wht is the Branh named vue-3 when it clearly doesnt work with Vue 3 im very unhappy ...

nikeokoronkwo commented 3 months ago

Hello Everyone 👋 (including the Flutterwave Vue Team)

I was planning on integrating Flutterwave into one of my projects as well and was a bit sad that the Vue library doesn't support Vue 3 😞

In order to address this, as well as your concerns, I was able to fork the repository and begin work on flutterwave payment component(s) that are compatible and work with Vue 3 using Vite. The fork is on my repo, and you can try out the example there as well: https://github.com/nikeokoronkwo/Vue-v3

Let me know what you guys think, and maybe if the Flutterwave team is willing I can finish it up and make a pull request.

EDIT: The library is ready, and a pull request is in action - #47