mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-29 23:02:42 +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 (options.store !== false && existsSync(join(options.srcDir, 'store'))) {
|
||||
this.options.store = true
|
||||
options.store = true
|
||||
}
|
||||
|
||||
return options
|
||||
|
Loading…
Reference in New Issue
Block a user