Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-01-18 15:59:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b190e53d3f680462def067a71abd4d4cd01a6cf9
b190e53d
1 parent
a99aa466
🐞 fix(邮箱控件): 无法录入问题处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/components/EmailField/index.vue
src/components/EmailField/index.vue
View file @
b190e53
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
2-12-22 13:17:34
* @LastEditTime: 202
3-01-18 15:58:11
* @FilePath: /data-table/src/components/EmailField/index.vue
* @Description: 邮箱输入框
-->
...
...
@@ -18,7 +18,8 @@
:placeholder="item.component_props.placeholder"
:rules="rules"
:required="item.component_props.required"
disabled="item.component_props.readonly"
:disabled="item.component_props.disabled"
:readonly="item.component_props.readonly"
clearable
/>
</div>
...
...
Please
register
or
login
to post a comment