Fixed eslint errors

pull/457/head
mertsincan 2020-08-27 13:25:50 +03:00
parent 1150e3329c
commit 4b2ef6abc6
2 changed files with 3 additions and 3 deletions

View File

@ -258,7 +258,7 @@ export default {
this.repeat(event, null, -1); this.repeat(event, null, -1);
} }
}, },
onInput(val) { onInput() {
if (this.isSpecialChar) { if (this.isSpecialChar) {
this.$refs.input.$el.value = this.lastValue; this.$refs.input.$el.value = this.lastValue;
} }