Skip to content

Commit

Permalink
fix: prioirity of component auto import
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed May 22, 2024
1 parent e7fb110 commit 3996ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default defineNuxtModule<ModuleOptions>({
path: resolver.resolve(runtimeDir, 'components'),
pathPrefix: false,
prefix: '',
level: 999,
priority: 999,
global: true,
})
},
Expand Down

0 comments on commit 3996ccd

Please sign in to comment.