diff --git a/components/lib/inputotp/InputOtp.vue b/components/lib/inputotp/InputOtp.vue index ffb8235df..95a046b01 100755 --- a/components/lib/inputotp/InputOtp.vue +++ b/components/lib/inputotp/InputOtp.vue @@ -165,8 +165,8 @@ export default { } }, onPaste(event) { - if(this.readonly || this.disabled) { - return + if (this.readonly || this.disabled) { + return; } let paste = event.clipboardData.getData('text');