Skip to content

Commit

Permalink
fix(Nuxt): component override warnings (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
IllustrisJack authored Nov 2, 2024
1 parent eff3e75 commit 2cb7671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/module/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export default defineNuxtModule<ModuleOptions>({
name: `${prefix}${key}`, // name of the component to be used in vue templates
export: key, // (optional) if the component is a named (rather than default) export
filePath: resolve(filePath),
priority: 1
})
})
}
Expand Down

0 comments on commit 2cb7671

Please sign in to comment.