Skip to content

Commit fadc20a

Browse files
xudaashuaiaJean
authored andcommitted
chore: use template strings in config.js (vuejs#8113)
1 parent fec69fd commit fadc20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/config.js

+2-2
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)