-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-beta.13
Environment
vue-cli 4.5 vue3 less
Reproduction link
https://github.com/vueComponent/ant-design-vue
Steps to reproduce
- 引入ant-design-vue样式
import 'ant-design-vue/dist/antd.less'
- 在项目中使用ant-design-vue中声明的less变量
h3 { color: @heading-color; }
What is expected?
可以正常使用ant-design-vue中声明的less变量

