Skip to content

Commit

Permalink
fix(box): export vee-validate FormErrorMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Mar 13, 2024
1 parent ebbd31c commit 32e0fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/runtime/modules/box/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default definePergelModule<BoxOptions, ResolvedBoxOptions>({
})

addComponent({
name: 'ErrorMessage',
name: 'FormErrorMessage',
export: 'ErrorMessage',
filePath: 'vee-validate',
})
Expand Down

0 comments on commit 32e0fed

Please sign in to comment.