fix miscommit

This commit is contained in:
Andrea Vos 2021-08-10 19:13:05 +02:00
parent cb85116c90
commit 15ed208f96

View File

@ -25,7 +25,6 @@
}, },
methods: { methods: {
solved(token) { solved(token) {
alert(token);
this.$emit('input', token); this.$emit('input', token);
}, },
} }