Skip to content

Commit

Permalink
refactor: update code order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini-ghost committed Jan 6, 2024
1 parent ffcae61 commit 8c93673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/composables/useForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ export function useForm<
return {
value: getFieldValue(name),
attrs: getFieldAttrs(name),
...getFieldMeta(name),
validateField: () => validateField(toValue(name)),
...getFieldMeta(name),
};
};

Expand Down

0 comments on commit 8c93673

Please sign in to comment.