Skip to content

Commit

Permalink
fix(box): veeValidate component names
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Mar 7, 2024
1 parent c339835 commit 324cf89
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 @@ -112,7 +112,7 @@ export default definePergelModule<BoxOptions, ResolvedBoxOptions>({

veeValidateComponents.forEach((component) => {
addComponent({
name: `Form${component}`,
name: `Vee${component}`,
export: component,
filePath: 'vee-validate',
})
Expand Down

0 comments on commit 324cf89

Please sign in to comment.