mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
typo
This commit is contained in:
parent
3747e3cc36
commit
7343af0d5f
@ -42,7 +42,7 @@ export default function defaults (_options) {
|
|||||||
|
|
||||||
// If store defined, update store options to true unless explicitly disabled
|
// If store defined, update store options to true unless explicitly disabled
|
||||||
if (options.store !== false && existsSync(join(options.srcDir, 'store'))) {
|
if (options.store !== false && existsSync(join(options.srcDir, 'store'))) {
|
||||||
this.options.store = true
|
options.store = true
|
||||||
}
|
}
|
||||||
|
|
||||||
return options
|
return options
|
||||||
|
Loading…
Reference in New Issue
Block a user