Jeecg-Boot 2.2.0 版本发布 | 重磅升级

pull/5714/head
zhangdaiscott 2020-05-03 22:43:59 +08:00
parent 0f8b55592b
commit 561350468d
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
module.exports = {
presets: [
'@vue/app'
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}