@nqmy/ant-design-vue
v1.7.9
Published
个人化的antd-vue, 里面包含了一些适配项目的特殊修改
Downloads
4
Maintainers
Readme
原版
https://www.antdv.com/
改动
/lib/style/color/colors.less
替换为 https://unpkg.com/[email protected]/lib/style/color/colors.less
方便使用
gulp
编译dark
主题
- 删除
node_modules
文件夹
因为
node_modules
件夹下的moment.js
覆盖了全局的moment.js
, 使得在main.js
中moment.locale('zh-cn')
设置无效
使用
ant-design-vue
替换为 @nqmy/ant-design-vue
即可
还可以在 vue.config.js 中配置别名
alias: {
'ant-design-vue': '@nqmy/ant-design-vue',
...
}