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

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);