From 69b0c0f976a5e1fa2c8a62212e59fcd18272be68 Mon Sep 17 00:00:00 2001 From: Marek Goc Date: Thu, 3 Jul 2025 13:27:25 +0200 Subject: [PATCH] errors fixing --- components/section/LoginMain.vue | 89 +++++++++----------------------- components/section/ShopMain.vue | 3 ++ stores/checkoutStore.ts | 28 +++++----- 3 files changed, 41 insertions(+), 79 deletions(-) diff --git a/components/section/LoginMain.vue b/components/section/LoginMain.vue index 05b1ec2..8b85f3c 100644 --- a/components/section/LoginMain.vue +++ b/components/section/LoginMain.vue @@ -1,15 +1,10 @@