Showing
1 changed file
with
0 additions
and
1 deletions
@@ -9,7 +9,6 @@ export const formSchema: FormSchema[] = [ | @@ -9,7 +9,6 @@ export const formSchema: FormSchema[] = [ | ||
9 | required: true, | 9 | required: true, |
10 | component: 'Input', | 10 | component: 'Input', |
11 | componentProps: { | 11 | componentProps: { |
12 | - maxLength: 10, | ||
13 | placeholder: '请输入用户昵称', | 12 | placeholder: '请输入用户昵称', |
14 | }, | 13 | }, |
15 | rules: chineseAndEnlishRule, | 14 | rules: chineseAndEnlishRule, |