use single quotes

This commit is contained in:
Dax Chen 2017-08-13 17:03:34 +08:00 committed by GitHub
parent 97076fa649
commit 90b19e098a
1 changed files with 1 additions and 1 deletions

View File

@ -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)