mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
13 lines
202 B
JavaScript
13 lines
202 B
JavaScript
module.exports = {
|
||
plugins: [
|
||
[
|
||
'import',
|
||
{
|
||
libraryName: 'ant-design-vue',
|
||
libraryDirectory: 'es',
|
||
style: true // 或 true(使用 less)
|
||
}
|
||
]
|
||
]
|
||
}
|