Sign in
wms
/
wms4_zhuzhouzhongche
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9870081786da21a9b2b2c762d3115ad8df6ce213
Authored by
zhangdaiscott
5 years ago
1 parent
31836091
Jeecg-Boot 2.2.0 版本发布 | 重磅升级
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
ant-design-vue-jeecg/babel.config.js
ant-design-vue-jeecg/babel.config.js
View file @
9870081
1
1
module.exports = {
2
2
presets: [
3
- '@vue/app'
3
+ ['@vue/app',
4
+ { useBuiltIns: 'entry' }]
4
5
]
5
6
}
...
...