mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-09 14:50:06 +00:00
7 lines
86 B
Java
7 lines
86 B
Java
module.exports = {
|
|
presets: [
|
|
['@vue/app',
|
|
{ useBuiltIns: 'entry' }]
|
|
]
|
|
}
|