added missing semicolon
parent
41abb10198
commit
7e200f035c
|
@ -550,7 +550,7 @@ export default {
|
||||||
},
|
},
|
||||||
onPaste(event) {
|
onPaste(event) {
|
||||||
if (this.readonly || this.disabled) {
|
if (this.readonly || this.disabled) {
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
Loading…
Reference in New Issue