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 +