mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
Removed a console.log
This commit is contained in:
parent
e52e2662cb
commit
c64ee90311
@ -36,9 +36,7 @@ if (typeof storeData !== 'function') {
|
|||||||
let namePath = name.split(/\//)
|
let namePath = name.split(/\//)
|
||||||
|
|
||||||
name = namePath[namePath.length-1]
|
name = namePath[namePath.length-1]
|
||||||
console.log(namePath)
|
|
||||||
if (name === 'state' || name === 'getters' || name === 'actions' || name === 'mutations') {
|
if (name === 'state' || name === 'getters' || name === 'actions' || name === 'mutations') {
|
||||||
|
|
||||||
let module = getModuleNamespace(storeData, namePath, true)
|
let module = getModuleNamespace(storeData, namePath, true)
|
||||||
appendModule(module, filename, name)
|
appendModule(module, filename, name)
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user