mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
12 lines
237 B
JavaScript
12 lines
237 B
JavaScript
// 自定义配置,参考 ./default/setting.js,需要自定义的属性在这里配置即可
|
||
module.exports = {
|
||
theme: {
|
||
color: '#13c2c2',
|
||
mode: 'dark',
|
||
},
|
||
animate: {
|
||
name: 'rotate',
|
||
direction: 'downLeft'
|
||
}
|
||
}
|