Skip to content

Commit

Permalink
fix: nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Oct 13, 2023
1 parent ecf755d commit c25eefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unplugin/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export interface ModuleOptions extends Options {

export default defineNuxtModule<ModuleOptions>({
meta: {
name: 'tsI18n',
configKey: 'tsI18n',
name: 'i18nMerger',
configKey: 'i18nMerger',
},
setup(options, _nuxt) {
addVitePlugin(() => vite(options))
Expand Down

0 comments on commit c25eefc

Please sign in to comment.