mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
7 lines
86 B
Java
7 lines
86 B
Java
module.exports = {
|
|
presets: [
|
|
['@vue/app',
|
|
{ useBuiltIns: 'entry' }]
|
|
]
|
|
}
|