Skip to content

Commit

Permalink
feat: remove global flag in component registration
Browse files Browse the repository at this point in the history
RENUXTTYPO-171
  • Loading branch information
dvdmlln committed Mar 13, 2024
1 parent 162091f commit ed95ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default defineNuxtModule({
name: '*',
})
addComponentsDir({
global: true,
path: resolver.resolve('runtime/components'),
pathPrefix: false,
})
Expand Down

0 comments on commit ed95ab2

Please sign in to comment.