This commit is contained in:
j3d1 2024-05-22 22:35:17 +02:00
parent ee7f6cb737
commit 52f1fe0169

View file

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