
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@vqiqi/vue-paystack2
Advanced tools
Vue-Paystack2 is a Paystack payment gateway integration for Vue which provides Universal support for Vue 2 & 3
Vue-Paystack2 is a Paystack payment gateway integration for Vue which
provides Universal support for Vue 2 & 3
使用vue-demi开发的同时兼容vue2和vue3组件,test
Install this as your plugin's dependency:
npm i @vqiqi/vue-paystack2
# or
yarn add @vqiqi/vue-paystack2
If you are using Vue2 you would need to install Vue's Composition API:
npm i @vue/composition-api
# or
yarn add @vue/composition-api
<template>
<VuePaystack :paystack-key="paystackKey" :firstname="firstname" :lastname="lastname" :email="email" :amount="amount" :reference="reference" :callback="onSuccess" :close="onClose">
Button
</VuePaystack>
</template>
<script>
import VuePaystack from "vue-paystack2"
export default {
name: 'App',
components: {
VuePaystack
},
data () {
return {
paystackKey: '...',
email: '...',
firstname: '...',
lastname: '...',
amount: 0,
reference: '...'
}
},
methods: {
onSuccess (event) {
// ...
},
onClose () {
// ...
}
}
}
</script>
Inspired by vue-paystack
MIT License © 2021 Enoch Chejieh
FAQs
Vue-Paystack2 is a Paystack payment gateway integration for Vue which provides Universal support for Vue 2 & 3
We found that @vqiqi/vue-paystack2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.