From fa7f1c5fc83e4df13d00f344e960eaa963f6667d Mon Sep 17 00:00:00 2001
From: w3bdesign <45217974+w3bdesign@users.noreply.github.com>
Date: Mon, 30 Jun 2025 04:04:50 +0200
Subject: [PATCH] Refactor to follow best practices
---
components/Products/ProductsShowAll.vue | 31 ++++---------------------
pages/category/[category].vue | 9 +++----
pages/index.vue | 7 +++++-
pages/products.vue | 7 +++++-
4 files changed, 22 insertions(+), 32 deletions(-)
diff --git a/components/Products/ProductsShowAll.vue b/components/Products/ProductsShowAll.vue
index b916c7cd..7cc45598 100644
--- a/components/Products/ProductsShowAll.vue
+++ b/components/Products/ProductsShowAll.vue
@@ -24,25 +24,16 @@