From 17b6366502c377ca41204988513c5faffdc81265 Mon Sep 17 00:00:00 2001 From: enzoggqs Date: Fri, 17 Feb 2023 13:03:57 -0300 Subject: [PATCH] Add collasible effect to withdraw component --- .../ListingComponent/ListingComponent.vue | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/components/ListingComponent/ListingComponent.vue b/src/components/ListingComponent/ListingComponent.vue index 62d0115..9ef8990 100644 --- a/src/components/ListingComponent/ListingComponent.vue +++ b/src/components/ListingComponent/ListingComponent.vue @@ -19,6 +19,7 @@ const etherStore = useEtherStore(); const itemsToShow = ref([]); const withdrawAmount = ref(""); +const isCollapsibleOpen = ref(false); const callWithdraw = async () => { if (withdrawAmount.value) { @@ -115,7 +116,16 @@ showInitialItems();
-
+
+
+ Withdraw image + Sacar +
+
+

Valor do saque

-
-
+
+
+

+ Cancelar +