Skip to content

Commit

Permalink
feat: support immediate validation
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed May 12, 2020
1 parent de9bedf commit 42cd6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Provider.ts
Expand Up @@ -59,6 +59,7 @@ export const ValidationProvider = defineComponent({
meta,
} = useField(fieldName, props.rules, {
form: $form,
immediate: props.immediate as boolean,
});

const unwrappedMeta = computed(() => {
Expand Down

0 comments on commit 42cd6ed

Please sign in to comment.