mirror of
https://github.com/jeecgboot/ant-design-vue-jeecg.git
synced 2025-10-14 23:21:11 +00:00
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@vue/app',
|
|
{ useBuiltIns: 'entry' }]
|
|
]
|
|
}
|