fix miscommit

This commit is contained in:
Avris 2021-08-10 09:13:05 +02:00
parent 64c8672ace
commit 597d9e6db7
1 changed files with 0 additions and 1 deletions

View File

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