This commit is contained in:
j3d1 2024-05-22 22:35:17 +02:00
parent c8e5bc298c
commit 761870dc82

View file

@ -27,7 +27,7 @@ export default {
}
},
onchange(event) {
console.log(event.target.innerHTML);
console.log(event.target.innerText);
}
}
};