Lowell
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Form/src/types/form.ts
|
|
|
@ -129,7 +129,7 @@ export interface FormSchema { |
|
|
|
// Variable name bound to v-model Default value
|
|
|
|
valueField?: string; |
|
|
|
// Label name
|
|
|
|
label: string; |
|
|
|
label: string | VNode; |
|
|
|
// Auxiliary text
|
|
|
|
subLabel?: string; |
|
|
|
// Help text on the right side of the text
|
|
|
|
|