Update QrCodeComponent.vue

This commit is contained in:
Bruno Esteves 2022-12-27 15:32:42 -03:00 committed by GitHub
parent 94d2390b14
commit 788132509b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,6 @@ const props = defineProps({
tokenValue: Number,
});
console.log(props.pixTarget, props.tokenValue);
const qrCode = ref<string>("");
const qrCodePayload = ref<string>("");
const isPixValid = ref<boolean>(false);