From 522146627e78df2dee33d7c83cee560b3e604d59 Mon Sep 17 00:00:00 2001 From: timotiabbauftech Date: Thu, 9 Oct 2025 13:53:48 +0700 Subject: [PATCH] belum --- .../landing-page/featuredtemplates.vue | 2 +- .../form/undangan-pernikahan-premium.vue | 175 ++++++++++++++---- 2 files changed, 138 insertions(+), 39 deletions(-) diff --git a/proyek-frontend/app/components/landing-page/featuredtemplates.vue b/proyek-frontend/app/components/landing-page/featuredtemplates.vue index f409c09..ef4529a 100644 --- a/proyek-frontend/app/components/landing-page/featuredtemplates.vue +++ b/proyek-frontend/app/components/landing-page/featuredtemplates.vue @@ -2,7 +2,7 @@ import { ref, computed } from 'vue' // ID template yang mau ditampilkan -const selectedIds = [1, 3, 4, 5, 6, 7, 8, 9] +const selectedIds = [1, 3, 4, 5, 2, 7, 8, 9] // State dropdown const openDropdownId = ref(null) diff --git a/proyek-frontend/app/pages/form/undangan-pernikahan-premium.vue b/proyek-frontend/app/pages/form/undangan-pernikahan-premium.vue index 1a38d08..49dcacb 100644 --- a/proyek-frontend/app/pages/form/undangan-pernikahan-premium.vue +++ b/proyek-frontend/app/pages/form/undangan-pernikahan-premium.vue @@ -126,48 +126,147 @@ - - -
-

🖼️ Galeri Foto

-
+ +
+ +
-
+ Pilih Foto + + + + -
- + -
+ - - - - \ No newline at end of file +} + + +// Fungsi Batal +const batal = () => { + // Kembali ke landing page tanpa menyimpan + router.back()('/') +} + \ No newline at end of file