Skip to content

Commit

Permalink
refactor(components): expose error state from form
Browse files Browse the repository at this point in the history
this will help with custom validation of non-form inputs from consuming components
  • Loading branch information
joshuagraber committed Oct 17, 2024
1 parent fb5f046 commit 8e9a21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FormV2/PdapFormV2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ provide(provideKey, {
// Expose
defineExpose({
setValues,
v$,
});
// Helpers
Expand Down

0 comments on commit 8e9a21b

Please sign in to comment.