rename list component to buy confirmed component and add Listing component inside it
This commit is contained in:
@@ -8,7 +8,6 @@ import { ref, watch } from "vue";
|
||||
|
||||
const etherStore = useEtherStore();
|
||||
|
||||
|
||||
const { walletAddress } = storeToRefs(etherStore);
|
||||
const depositList = ref<any[]>([]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user