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.
imports.dirs
1 parent 2d63479 commit 6a4017fCopy full SHA for 6a4017f
packages/nuxt/src/imports/module.ts
@@ -66,7 +66,7 @@ export default defineNuxtModule<Partial<ImportsOptions>>({
66
67
for (const dir of (layer.config.imports?.dirs ?? [])) {
68
if (dir) {
69
- composablesDirs.push(resolve(layer.config.srcDir, dir))
+ composablesDirs.push(resolve(layer.config.srcDir, resolveAlias(dir, nuxt.options.alias)))
70
}
71
72
0 commit comments