Skip to content

Commit d9e61cd

Browse files
xudaashuaihefeng
authored and
hefeng
committed
chore: use template strings in config.js (vuejs#8113)
1 parent 04ec833 commit d9e61cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const weexVersion = process.env.WEEX_VERSION || require('../packages/weex-vue-fr
1010

1111
const banner =
1212
'/*!\n' +
13-
' * Vue.js v' + version + '\n' +
14-
' * (c) 2014-' + new Date().getFullYear() + ' Evan You\n' +
13+
` * Vue.js v${version}\n` +
14+
` * (c) 2014-${new Date().getFullYear()} Evan You\n` +
1515
' * Released under the MIT License.\n' +
1616
' */'
1717

0 commit comments

Comments
 (0)