Skip to content

Commit

Permalink
fix(vue): fix a type error in ISchemaMarkupFieldProps (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
MisicDemone authored May 19, 2021
1 parent fb9b281 commit 43abadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export type ISchemaMarkupFieldProps<
Formily.Core.Types.FormPatternTypes,
Formily.Core.Types.FieldDisplayTypes,
Formily.Core.Types.FieldValidator,
React.ReactNode,
string,
Formily.Core.Types.GeneralField
>

Expand Down

0 comments on commit 43abadc

Please sign in to comment.