1.7.9 • Published 3 years ago

@nqmy/ant-design-vue v1.7.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

原版

原版 ant-design-vue@1.7.5

https://www.antdv.com/

改动

  1. /lib/style/color/colors.less 替换为 https://unpkg.com/antd@4.15.2/lib/style/color/colors.less

方便使用 gulp 编译 dark 主题

  1. 删除 node_modules 文件夹

因为 node_modules 件夹下的 moment.js 覆盖了全局的moment.js, 使得在 main.jsmoment.locale('zh-cn') 设置无效

使用

ant-design-vue 替换为 @nqmy/ant-design-vue 即可 还可以在 vue.config.js 中配置别名

alias: {
  'ant-design-vue': '@nqmy/ant-design-vue',
  ...
}