注释格式

This commit is contained in:
liyang 2019-06-10 17:21:55 +08:00
parent 2e7b1364ef
commit 31c4f8812d
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ module.exports = {
presets: [
'@vue/app'
],
// 允许两种编码引入方式共存,也就是common规范与es6规范的共存处理
// 允许两种编码引入方式共存,也就是 common 规范与 es6 规范的共存处理
sourceType: 'unambiguous'
}