Skip to content

Commit

Permalink
refactor(components): expose error state from form (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber authored Oct 17, 2024
1 parent fb5f046 commit 9a8fc39
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 9a8fc39

Please sign in to comment.