mirror of https://github.com/vuejs/vue.git
chore: use template strings in config.js (#8113)
This commit is contained in:
parent
ecc239e475
commit
f5b5b3c96f
|
|
@ -10,8 +10,8 @@ const weexVersion = process.env.WEEX_VERSION || require('../packages/weex-vue-fr
|
|||
|
||||
const banner =
|
||||
'/*!\n' +
|
||||
' * Vue.js v' + version + '\n' +
|
||||
' * (c) 2014-' + new Date().getFullYear() + ' Evan You\n' +
|
||||
` * Vue.js v${version}\n` +
|
||||
` * (c) 2014-${new Date().getFullYear()} Evan You\n` +
|
||||
' * Released under the MIT License.\n' +
|
||||
' */'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue