We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.11
win10, chrome 75, vue 2.6.10
之前根据文档配置主题,引入 less 样式 ant-design-vue/dist/antd.less ,
ant-design-vue/dist/antd.less
我看了 node_modules/ant-design-vue/dist/ 下, 1.3.11 版本并无此 antd.less 文件。所以引入报错。
node_modules/ant-design-vue/dist/
antd.less
使用 import 'ant-design-vue/dist/antd.less'; 能导入文件
import 'ant-design-vue/dist/antd.less';
import 'ant-design-vue/dist/antd.less'; ^ Can't resolve 'ant-design-vue/dist/antd.less' in 'D:\web\inetpub\workroot\*****\src-html\src'
The text was updated successfully, but these errors were encountered:
update to 1.3.13
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.3.11
Environment
win10, chrome 75, vue 2.6.10
Reproduction link
Steps to reproduce
之前根据文档配置主题,引入 less 样式
ant-design-vue/dist/antd.less
,我看了
node_modules/ant-design-vue/dist/
下, 1.3.11 版本并无此antd.less
文件。所以引入报错。What is expected?
使用
import 'ant-design-vue/dist/antd.less';
能导入文件What is actually happening?
The text was updated successfully, but these errors were encountered: