mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 03:38:07 +00:00
use single quotes
This commit is contained in:
parent
97076fa649
commit
90b19e098a
@ -22,7 +22,7 @@ export default function ({ isClient }) {
|
|||||||
},
|
},
|
||||||
template: {
|
template: {
|
||||||
// for pug, see https://github.com/vuejs/vue-loader/issues/55
|
// for pug, see https://github.com/vuejs/vue-loader/issues/55
|
||||||
doctype: "html"
|
doctype: 'html'
|
||||||
},
|
},
|
||||||
preserveWhitespace: false,
|
preserveWhitespace: false,
|
||||||
extractCSS: extractStyles.call(this)
|
extractCSS: extractStyles.call(this)
|
||||||
|
Loading…
Reference in New Issue
Block a user