Skip to content

Commit

Permalink
fix(input): 调整 type 类型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Nov 22, 2023
1 parent b19b6cb commit 5e4adc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/packages/__VUE/input/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ export type InputType =
| 'checkbox'
| 'password'
| 'textarea'
| 'datetime-local';
| 'datetime-local'
// weapp
| 'idcard'
| 'nickname'
| 'safe-password';

export type InputRule = {
pattern?: RegExp;
Expand Down

0 comments on commit 5e4adc8

Please sign in to comment.