From 8d96539b240bd5cb809f691725df850fb1f39938 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 11 Sep 2024 13:18:54 +0200 Subject: [PATCH] perf: solve reload CardSummary component --- src/components/common/VnCard.vue | 2 +- src/pages/Customer/Card/CustomerSummary.vue | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/common/VnCard.vue b/src/components/common/VnCard.vue index 5cee06582..7d29da232 100644 --- a/src/components/common/VnCard.vue +++ b/src/components/common/VnCard.vue @@ -79,7 +79,7 @@ if (props.baseUrl) {
- +
diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue index 1c511b45d..f049426e2 100644 --- a/src/pages/Customer/Card/CustomerSummary.vue +++ b/src/pages/Customer/Card/CustomerSummary.vue @@ -1,12 +1,11 @@