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
2024-07-25 15:40:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
70d2c90c59532aa8e9d0521e1a05bd389d2c6c18
70d2c90c
1 parent
f0ce9c27
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/NumberField/index.vue
src/components/NumberField/index.vue
View file @
70d2c90
<!--
* @Date: 2022-09-14 14:44:30
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
6-17 15:51:41
* @LastEditTime: 2024-0
7-25 15:33:38
* @FilePath: /data-table/src/components/NumberField/index.vue
* @Description: 数字输入框
-->
...
...
@@ -23,7 +23,6 @@
:placeholder="item.component_props.placeholder"
:rules="rules"
:required="item.component_props.required"
:readonly="item.component_props.readonly"
readonly
@touchstart.stop="showKeyboard($event)"
:border="false"
...
...
Please
register
or
login
to post a comment