From 4e30edeaf8d95c4ae2f791ec59c56fc6cadaac32 Mon Sep 17 00:00:00 2001 From: bagus-arie05 Date: Tue, 16 Sep 2025 14:40:21 +0700 Subject: [PATCH] update flow & screen adjust --- components/Home.vue | 494 ++++--- components/PembayaranGagal.vue | 51 + .../{Success.vue => PembayaranSukses.vue} | 0 components/QRISPayment.vue | 45 +- nuxt.config.ts | 5 + package-lock.json | 1148 ++++++++++++++++- package.json | 5 +- pages/index.vue | 20 +- stores/payment.ts | 58 +- 9 files changed, 1521 insertions(+), 305 deletions(-) create mode 100644 components/PembayaranGagal.vue rename components/{Success.vue => PembayaranSukses.vue} (100%) diff --git a/components/Home.vue b/components/Home.vue index e4079d6..9346713 100644 --- a/components/Home.vue +++ b/components/Home.vue @@ -1,50 +1,106 @@ - \ No newline at end of file diff --git a/components/PembayaranGagal.vue b/components/PembayaranGagal.vue new file mode 100644 index 0000000..fe60dab --- /dev/null +++ b/components/PembayaranGagal.vue @@ -0,0 +1,51 @@ + + + + + \ No newline at end of file diff --git a/components/Success.vue b/components/PembayaranSukses.vue similarity index 100% rename from components/Success.vue rename to components/PembayaranSukses.vue diff --git a/components/QRISPayment.vue b/components/QRISPayment.vue index 6e9087f..cac9414 100644 --- a/components/QRISPayment.vue +++ b/components/QRISPayment.vue @@ -1,10 +1,10 @@