84fb06f2 by zhen

feat:密码框支持黏贴不支持复制功能及切换密码显示隐藏

1 parent 65ea50de
...@@ -19,8 +19,10 @@ ...@@ -19,8 +19,10 @@
19 type="password" 19 type="password"
20 size="medium" 20 size="medium"
21 placeholder="请输入密码" 21 placeholder="请输入密码"
22 onpaste="return false" 22 oncopy="return false"
23 onpaste="return true"
23 class="login-input" 24 class="login-input"
25 show-password
24 :maxlength="inputMaxLength" 26 :maxlength="inputMaxLength"
25 v-model.trim="loginForm.password" 27 v-model.trim="loginForm.password"
26 ) 28 )
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!