From 5af494e13c8137999cdf7c76f34289bfe5617348 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 14 Nov 2024 11:54:04 +0100 Subject: [PATCH] perf: refs #7346 #7346 use v-show instead v-if --- src/pages/InvoiceOut/InvoiceOutList.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 696b49bcf..9a82da964 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -233,13 +233,16 @@ watchEffect(selectedRows); /> -
+