Fixed eslint errors
parent
1150e3329c
commit
4b2ef6abc6
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue