rename list component to buy confirmed component and add Listing component inside it

This commit is contained in:
RcleydsonR
2022-12-30 17:04:52 -03:00
parent 060c4f370f
commit 6fdd14f147
6 changed files with 46 additions and 194 deletions

View File

@@ -8,7 +8,6 @@ import { ref, watch } from "vue";
const etherStore = useEtherStore();
const { walletAddress } = storeToRefs(etherStore);
const depositList = ref<any[]>([]);