Cleaned code and prepared for API communications.

This commit is contained in:
Filipe Soccol
2024-12-01 11:50:08 -03:00
parent 92f6cb4d35
commit c4dae86b5f
6 changed files with 64 additions and 100 deletions

View File

@@ -6,7 +6,7 @@ const emit = defineEmits(["sendNetwork"]);
// props and store references
const props = defineProps({
pixKey: String,
sellerId: String,
offer: Number,
selectedToken: String,
});
@@ -39,7 +39,7 @@ const props = defineProps({
<div class="my-3">
<p>Chave Pix</p>
<p class="text-xl text-gray-900 break-words">
{{ props.pixKey }}
{{ props.sellerId }}
</p>
</div>
<div class="mb-5">