File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1515 />
1616 </StripeElements >
1717 <button
18- class =" w-full rounded-b bg-slate-600 px-3 py-2 text-sm font-semibold text-white hover:bg-slate-500 "
18+ class =" w-full focus:outline-none text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 font-medium rounded-lg text-sm px-5 py-2.5 mb-2 dark:bg-purple-600 dark: hover:bg-purple-700 dark:focus:ring-purple-900 "
1919 >
2020 Pay now
2121 </button >
Original file line number Diff line number Diff line change 1717 <button
1818 type =" button"
1919 @click =" pay"
20- class =" w-full rounded-b bg-slate-600 px-3 py-2 text-sm font-semibold text-white hover:bg-slate-500 "
20+ class =" w-full focus:outline-none text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 font-medium rounded-lg text-sm px-5 py-2.5 mb-2 dark:bg-purple-600 dark: hover:bg-purple-700 dark:focus:ring-purple-900 "
2121 >
2222 Pay now
2323 </button >
Original file line number Diff line number Diff line change 11<template >
2- <div class =" flex flex-col gap-y-12 container p-10 max-w-2xl mx-auto" >
2+ <div class =" flex flex-col gap-y-10 container p-10 max-w-2xl mx-auto" >
33 <h1 class =" text-3xl font-semibold" >Demo Vue Stripe.js</h1 >
4-
4+
55 <section >
66 <h2 class =" text-2xl font-semibold" >Payment Element</h2 >
77 <p class =" pt-1 pb-6" >Deferred flow -
4646 </p >
4747 <ExpressCheckoutElement />
4848 </section >
49+
50+ <section >
51+ <h2 class =" text-2xl font-semibold" >Built with</h2 >
52+ <a class =" text-blue-700 hover:underline"
53+ href =" https://github.com/ectoflow/vue-stripe-js" >https://github.com/ectoflow/vue-stripe-js</a >
54+ </section >
4955 </div >
5056</template >
5157
Original file line number Diff line number Diff line change 1616 </StripeElements >
1717 <button
1818 type =" submit"
19- class =" rounded-md bg-slate-600 px-3 py-2 text-sm font-semibold text-white shadow-xs hover:bg-slate-500 "
19+ class =" focus:outline-none text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 font-medium rounded-lg text-sm px-5 py-2.5 mb-2 dark:bg-purple-600 dark: hover:bg-purple-700 dark:focus:ring-purple-900 "
2020 >
2121 Submit
2222 </button >
You can’t perform that action at this time.
0 commit comments