mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
remove non-used option
This commit is contained in:
parent
ba8327abf4
commit
496ecf1a80
@ -43,11 +43,7 @@ class Nuxt {
|
||||
linkActiveClass: 'router-link-active',
|
||||
routes: []
|
||||
},
|
||||
build: {
|
||||
filenames: {
|
||||
css: 'style.css'
|
||||
}
|
||||
}
|
||||
build: {}
|
||||
}
|
||||
if (options.loading === true) delete options.loading
|
||||
if (typeof options.transition === 'string') options.transition = { name: options.transition }
|
||||
|
Loading…
Reference in New Issue
Block a user