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