Release integration with qrcode component and list component

This commit is contained in:
Bruno
2022-12-13 22:17:22 -03:00
parent 4aec263463
commit 19b307343d
4 changed files with 73 additions and 50 deletions

View File

@@ -69,7 +69,7 @@ const validatePix = async () => {
<template>
<div class="page">
<h2>{{e2eId}}</h2>
<h2>{{ e2eId }}</h2>
<div class="text-container">
<span class="text font-extrabold text-2xl max-w-[30rem]">
Utilize o QR Code ou copie o código para realizar o Pix
@@ -147,7 +147,7 @@ const validatePix = async () => {
<CustomButton
:is-disabled="isPixValid == false"
:text="'Enviar para a rede'"
@button-clicked="emit('pixValidated', e2eId)"
@button-clicked="emit('pixValidated', { e2eId })"
/>
</div>
</div>