Update QrCodeComponent.vue
This commit is contained in:
parent
94d2390b14
commit
788132509b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user