Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
84fb06f2
authored
2021-01-05 19:13:59 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:密码框支持黏贴不支持复制功能及切换密码显示隐藏
1 parent
65ea50de
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/components/loginForm/LoginForm.vue
src/components/loginForm/LoginForm.vue
View file @
84fb06f
...
...
@@ -19,8 +19,10 @@
type="password"
size="medium"
placeholder="请输入密码"
onpaste="return false"
oncopy="return false"
onpaste="return true"
class="login-input"
show-password
:maxlength="inputMaxLength"
v-model.trim="loginForm.password"
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment