From 8235fb955390fffc72073f3089fd00f2f23102d2 Mon Sep 17 00:00:00 2001 From: gift Date: Sat, 8 May 2021 17:06:25 +0100 Subject: [PATCH] feat : added a customization feel to the paystack component so that a person can input his or her own custom button in the vue-paystack with custom css since it is difficult to overide the default style of the payButton --- examples/commonjs/App.vue | 111 ++++++++++++++++++++++++-------------- examples/commonjs/app.js | 2 +- src/paystack.vue | 22 ++++++-- 3 files changed, 89 insertions(+), 46 deletions(-) diff --git a/examples/commonjs/App.vue b/examples/commonjs/App.vue index db64fa6..5e9d179 100644 --- a/examples/commonjs/App.vue +++ b/examples/commonjs/App.vue @@ -1,24 +1,53 @@ diff --git a/examples/commonjs/app.js b/examples/commonjs/app.js index ca668ea..c9f6154 100644 --- a/examples/commonjs/app.js +++ b/examples/commonjs/app.js @@ -1,5 +1,5 @@ import Vue from 'vue' import App from './App.vue' new Vue({ - render: h => h(App) + render: h => h(App) }).$mount('#app') diff --git a/src/paystack.vue b/src/paystack.vue index 57f9c21..2f2312c 100644 --- a/src/paystack.vue +++ b/src/paystack.vue @@ -1,11 +1,21 @@