From dfa29875d588045a53080c9db31112e75d79fa82 Mon Sep 17 00:00:00 2001 From: carlossa Date: Sun, 22 Oct 2023 07:19:33 +0200 Subject: [PATCH] refs #6157 store --- src/components/ui/CardDescriptor.vue | 17 +++++++++++++---- src/pages/Claim/Card/ClaimCard.vue | 1 + src/stores/useArrayDataStore.js | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index 8976795fb..82e0193d2 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -1,10 +1,12 @@ diff --git a/src/pages/Claim/Card/ClaimCard.vue b/src/pages/Claim/Card/ClaimCard.vue index 40a3bcd7a..e205e9801 100644 --- a/src/pages/Claim/Card/ClaimCard.vue +++ b/src/pages/Claim/Card/ClaimCard.vue @@ -65,6 +65,7 @@ let salixUrl; onMounted(async () => { salixUrl = await getUrl(`claim/${entityId.value}`); await arrayData.fetch({ append: false }); + console.log('store', arrayData.store.data); });