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