Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.3.0-beta.4
Environment
ant-design-vue4.0
Reproduction link
https://next.antdv.com/docs/vue/customize-theme-cn
Steps to reproduce
options: {
lessOptions: { // 如果使用less-loader@5,请移除 lessOptions 这一级直接配置选项。
modifyVars: getThemeVariables({
dark: true, // 开启暗黑模式
}),
javascriptEnabled: true,
},
},
What is expected?
由于4.0没有CSS文件了,暗黑主题官方文档还是3.0的模板
What is actually happening?
现在应该怎么样使用暗黑主题呢