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