mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 09:27:13 +00:00
fix: typo
This commit is contained in:
parent
744b45f1ee
commit
764fe7b8f1
@ -75,7 +75,7 @@ module.exports = class ModuleContainer {
|
|||||||
const { dst, src } = this.addTemplate(template)
|
const { dst, src } = this.addTemplate(template)
|
||||||
const srcPath = path.parse(src)
|
const srcPath = path.parse(src)
|
||||||
|
|
||||||
// Add to nuxt layouys
|
// Add to nuxt layouts
|
||||||
this.options.layouts[name || srcPath.name] = `./${dst}`
|
this.options.layouts[name || srcPath.name] = `./${dst}`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user