mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-03 19:07:15 +00:00
fix eslint
This commit is contained in:
parent
75f3e9637e
commit
5be8236d2f
@ -151,9 +151,9 @@ Options.defaults = {
|
||||
useShortDoctype: true
|
||||
},
|
||||
html: {
|
||||
useRouteName: false, // if set ture, will use the last route path as html file name, but replace route `/` with `/index`.
|
||||
fileName: 'index', // the html template file name, default 'index'.
|
||||
extension: 'html' // the html template extension type, default `html`. also can be set 'php' or jsp' or others.
|
||||
useRouteName: false, // if set ture, will use the last route path as html file name, but replace route `/` with `/index`.
|
||||
fileName: 'index', // the html template file name, default 'index'.
|
||||
extension: 'html' // the html template extension type, default `html`. also can be set 'php' or jsp' or others.
|
||||
}
|
||||
},
|
||||
env: {},
|
||||
|
Loading…
Reference in New Issue
Block a user