1.0.11 • Published 23 days ago

ant-design-vue-v2 v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

An enterprise-class UI components based on Ant Design and Vue.

test codecov npm package NPM downloads backers sponsors extension-for-VSCode issues-helper

npm.io

English | 简体中文

Features

  • An enterprise-class UI design system for desktop applications.
  • A set of high-quality Vue components out of the box.
  • Shared Ant Design of React design resources.

Environment Support

  • Modern browsers. v1.x support Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Support Vue 2 & Vue 3
  • Electron
IE / EdgeFirefoxChromeSafariOperaElectron
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions

Using npm or yarn

We recommend using npm or yarn to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.

$ npm install ant-design-vue-v2 --save
$ yarn add ant-design-vue-v2

If you are in a bad network environment,you can try other registries and tools like cnpm.

Links

Ecosystem

ProjectDescription
vue-refYou can use the callback to get a reference like react
ant-design-vue-helperA vscode extension for ant-design-vue
vue-cli-plugin-ant-designVue-cli 3 plugin to add ant-design-vue
vue-dash-eventThe library function, implemented in the DOM template, can use the custom event of the ant-design-vue component (camelCase)
@formily/antdvThe Library with Formily and ant-design-vue

Donation

ant-design-vue is an MIT-licensed open source project. In order to achieve better and sustainable development of the project, we expect to gain more backers. You can support us in any of the following ways:

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

More Sponsor (From Patreon、alipay、wechat、paypal...)

Let's fund issues in this repository

优化日期组件显示 ranges

  • 封版版本:3.2.15
  • 2022 年 12 月 1 日

  • 功能描述:修改时间选择器 快捷选择按钮的位置,从下面调整到左侧

  • modified: components/date-picker/style/index.less
  • modified: components/vc-picker/RangePicker.tsx
  • newfile: components/vc-picker/utils/getLeftRanges.tsx 新增文件--处理生成左侧操作按钮逻辑
  • modified: components/vc-picker/utils/getRanges.tsx 删除原有的右下角生成快捷操作的逻辑代码

  • 2022 年 12 月 19 日

  • 功能描述:修改 drawer 关闭按钮的位置,从左边调整到右边
  • modified: components/drawer/index.tsx
  • modified: components/drawer/style/drawer.less

node v16.17.1