We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14f7ec commit f07969dCopy full SHA for f07969d
packages/kit/src/module/define.ts
@@ -70,7 +70,6 @@ export function defineNuxtModule<OptionsT extends ModuleOptions> (definition: Mo
70
}
71
72
// Call setup
73
- const key = `nuxt:module:${uniqueKey || (Math.round(Math.random() * 10000))}`
74
const start = performance.now()
75
const res = await module.setup?.call(null as any, _options, nuxt) ?? {}
76
const perf = performance.now() - start
0 commit comments