{"name":"d-element-ui","version":"3.2.3","description":"A Component Library for Vue.js.","main":"lib/element-ui.common.js","files":["lib","src","packages","types"],"typings":"types/index.d.ts","scripts":{"bootstrap":"yarn || npm i","build:file":"node build/bin/iconInit.js & node build/bin/build-entry.js & node build/bin/i18n.js & node build/bin/version.js","build:theme":"node build/bin/gen-cssfile && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk","build:utils":"cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js","build:umd":"node build/bin/build-locale.js","clean":"rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage","deploy:build":"npm run build:file && cross-env NODE_ENV=production webpack --config build/webpack.demo.js && echo element.eleme.io>>examples/element-ui/CNAME","deploy:extension":"cross-env NODE_ENV=production webpack --config build/webpack.extension.js","dev:extension":"rimraf examples/extension/dist && cross-env NODE_ENV=development webpack --watch --config build/webpack.extension.js","dev":"npm run build:file && cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js & node build/bin/template.js","dev:play":"npm run build:file && cross-env NODE_ENV=development PLAY_ENV=true webpack-dev-server --config build/webpack.demo.js","dist":"npm run clean && npm run build:file && npm run lint && webpack --config build/webpack.conf.js && webpack --config build/webpack.common.js && webpack --config build/webpack.component.js && npm run build:utils && npm run build:umd && npm run build:theme","i18n":"node build/bin/i18n.js","lint":"eslint src/**/* test/**/* packages/**/* build/**/* --quiet","pub":"sh build/git-release.sh && sh build/release.sh && node build/bin/gen-indices.js && sh build/upElement.sh","pub:beta":"sh build/publish-beta.sh && node build/bin/gen-indices.js && sh build/upElement.sh","test":"npm run lint && npm run build:theme && cross-env CI_ENV=/dev/ BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","test:watch":"npm run build:theme && cross-env BABEL_ENV=test karma start test/unit/karma.conf.js","postpublish":"node ./build/postpublish.js"},"faas":[{"domain":"element","public":"temp_web/element"},{"domain":"element-theme","public":"examples/element-ui","build":["yarn","npm run deploy:build"]}],"repository":{"type":"git","url":"git+ssh://git@github.com/ElemeFE/element.git"},"homepage":"http://element.eleme.io","keywords":["eleme","vue","components"],"license":"MIT","bugs":{"url":"https://github.com/ElemeFE/element/issues"},"unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","dependencies":{"async-validator":"~1.8.1","babel-helper-vue-jsx-merge-props":"^2.0.0","deepmerge":"^1.2.0","normalize-wheel":"^1.0.1","ora":"^5.4.1","qiniu":"^7.4.0","resize-observer-polyfill":"^1.5.0","throttle-debounce":"^1.0.1","vuedraggable":"^2.24.1"},"peerDependencies":{"vue":"^2.6.14"},"devDependencies":{"@vue/component-compiler-utils":"^2.6.0","@vue/test-utils":"^1.0.5","algoliasearch":"^3.24.5","axios":"^0.27.2","babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-loader":"^7.1.5","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-istanbul":"^4.1.1","babel-plugin-module-resolver":"^2.2.0","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-vue-jsx":"^3.7.0","babel-preset-env":"^1.7.0","babel-preset-stage-2":"^6.24.1","babel-regenerator-runtime":"^6.5.0","chai":"^4.2.0","chokidar":"^1.7.0","copy-webpack-plugin":"^5.0.0","coveralls":"^3.0.3","cp-cli":"^1.0.2","cross-env":"^3.1.3","css-loader":"^2.1.0","es6-promise":"^4.0.5","eslint":"4.18.2","eslint-config-elemefe":"0.1.1","eslint-loader":"^2.0.0","eslint-plugin-html":"^4.0.1","eslint-plugin-json":"^1.2.0","file-loader":"^1.1.11","file-save":"^0.2.0","gulp":"^4.0.0","gulp-autoprefixer":"^6.0.0","gulp-cssmin":"^0.2.0","gulp-sass":"^4.0.2","highlight.js":"^9.3.0","html-webpack-plugin":"^3.2.0","json-loader":"^0.5.7","json-templater":"^1.0.4","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-mocha":"^1.3.0","karma-sinon-chai":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^3.0.5","markdown-it":"^8.4.1","markdown-it-anchor":"^5.0.2","markdown-it-chain":"^1.3.0","markdown-it-container":"^2.0.0","mini-css-extract-plugin":"^0.4.1","mocha":"^6.0.2","node-sass":"^4.14.1","optimize-css-assets-webpack-plugin":"^5.0.1","postcss":"^7.0.14","progress-bar-webpack-plugin":"^1.11.0","rimraf":"^2.5.4","sass-loader":"^7.1.0","select-version-cli":"^0.0.2","sinon":"^7.2.7","sinon-chai":"^3.3.0","style-loader":"^0.23.1","transliteration":"^1.1.11","uglifyjs-webpack-plugin":"^2.1.1","uppercamelcase":"^1.1.0","url-loader":"^1.0.1","vue":"2.6.14","vue-loader":"^15.7.0","vue-router":"^3.0.1","vue-template-compiler":"2.6.14","vue-template-es2015-compiler":"^1.6.0","webpack":"^4.14.0","webpack-cli":"^3.0.8","webpack-dev-server":"^3.1.11","webpack-node-externals":"^1.7.2"},"readme":"<p align=\"center\">\n  <img src=\"https://cdn.rawgit.com/ElemeFE/element/dev/element_logo.svg\">\n</p>\n\n<p align=\"center\">\n  <a href=\"https://travis-ci.org/ElemeFE/element\">\n    <img src=\"https://travis-ci.org/ElemeFE/element.svg?branch=master\">\n  </a>\n  <a href=\"https://coveralls.io/github/ElemeFE/element?branch=master\">\n    <img src=\"https://coveralls.io/repos/github/ElemeFE/element/badge.svg?branch=master\">\n  </a>\n  <a href=\"https://cdnjs.com/libraries/element-ui\">\n    <img src=\"https://img.shields.io/cdnjs/v/element-ui.svg\">\n  </a>\n  <a href=\"https://www.npmjs.org/package/element-ui\">\n    <img src=\"https://img.shields.io/npm/v/element-ui.svg\">\n  </a>\n  <a href=\"https://npmcharts.com/compare/element-ui?minimal=true\">\n    <img src=\"http://img.shields.io/npm/dm/element-ui.svg\">\n  </a>\n  <br>\n  <a href=\"http://img.badgesize.io/https://unpkg.com/element-ui/lib/index.js?compression=gzip&label=gzip%20size:%20JS\">\n    <img src=\"http://img.badgesize.io/https://unpkg.com/element-ui/lib/index.js?compression=gzip&label=gzip%20size:%20JS\">\n  </a>\n  <a href=\"http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS\">\n    <img src=\"http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS\">\n  </a>\n  <a href=\"#backers\">\n    <img src=\"https://opencollective.com/element/backers/badge.svg\">\n  </a>\n  <a href=\"#sponsors\">\n    <img src=\"https://opencollective.com/element/sponsors/badge.svg\">\n  </a>\n  <a href=\"LICENSE\">\n    <img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\">\n  </a>\n</p>\n\n<p align=\"center\">\n  <b>Special thanks to the generous sponsorship by:</b>\n</p>\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"middle\">\n        <a href=\"https://tipe.io/?ref=element\" target=\"_blank\">\n          <img width=\"150px\" src=\"https://user-images.githubusercontent.com/1016365/34124854-48fafa06-e3e9-11e7-8c04-251055feebee.png\">\n        </a>\n      </td>\n      <td align=\"center\" valign=\"middle\">\n        <a href=\"https://www.duohui.cn/?utm_source=element&utm_medium=web&utm_campaign=element-index\" target=\"_blank\">\n          <img width=\"150px\" src=\"https://user-images.githubusercontent.com/10095631/35603534-bb24470c-0678-11e8-8bcc-17ceaef8cbef.png\">\n        </a>\n      </td>\n      <td align=\"center\" valign=\"middle\">\n        <a href=\"https://bitsrc.io/\" target=\"_blank\">\n          <img width=\"150px\" src=\"https://user-images.githubusercontent.com/10095631/41342907-e44e7196-6f2f-11e8-92f2-47702dc8f059.png\">\n        </a>\n      </td>\n    </tr>\n  </tbody>\n</table>\n\n> A Vue.js 2.0 UI Toolkit for Web.\n\n## Links\n- Homepage and documentation\n  - [International users](http://element.eleme.io/#/en-US)\n  - [Chinese users](http://element-cn.eleme.io/#/zh-CN)\n  - [Spanish users](http://element.eleme.io/#/es)\n  - [French users](http://element.eleme.io/#/fr-FR)\n- [awesome-element](https://github.com/ElementUI/awesome-element)\n- [FAQ](./FAQ.md)\n- [Customize theme](http://element.eleme.io/#/en-US/component/custom-theme)\n- [Preview and generate theme online](https://elementui.github.io/theme-chalk-preview)\n- [Element for React](https://github.com/elemefe/element-react)\n- [Element for Angular](https://github.com/ElemeFE/element-angular)\n- [Atom helper](https://github.com/ElemeFE/element-helper)\n- [Visual Studio Code helper](https://github.com/ElemeFE/vscode-element-helper)\n- Starter kit\n  - [element-starter](https://github.com/ElementUI/element-starter)\n  - [element-in-laravel-starter](https://github.com/ElementUI/element-in-laravel-starter)\n- [Design resources](https://github.com/ElementUI/Resources)\n- Gitter\n  - [International users](https://gitter.im/element-en/Lobby)\n  - [Chinese users](https://gitter.im/ElemeFE/element)\n\n## Install\n```shell\nnpm install element-ui -S\n```\n\n## Quick Start\n``` javascript\nimport Vue from 'vue'\nimport Element from 'element-ui'\n\nVue.use(Element)\n\n// or\nimport {\n  Select,\n  Button\n  // ...\n} from 'element-ui'\n\nVue.component(Select.name, Select)\nVue.component(Button.name, Button)\n```\nFor more information, please refer to [Quick Start](http://element.eleme.io/#/en-US/component/quickstart) in our documentation.\n\n## Browser Support\nModern browsers and Internet Explorer 10+.\n\n## Development\nSkip this part if you just want to use Element.\n\nFor those who are interested in contributing to Element, please refer to our contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)) to see how to run this project.\n\n## Changelog\nDetailed changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).\n\n## FAQ\nWe have collected some [frequently asked questions](https://github.com/ElemeFE/element/blob/master/FAQ.md). Before reporting an issue, please search if the FAQ has the answer to your problem.\n\n## Contribution\nPlease make sure to read the contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)) before making a pull request.\n\n[![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/67274736)\n\n## Special Thanks\nEnglish documentation is brought to you by SwiftGG Translation Team:\n- [raychenfj](https://github.com/raychenfj)\n- [kevin](http://thekevin.cn/)\n- [曾小涛](https://github.com/zengxiaotao)\n- [湾仔王二](https://github.com/wanzaiwanger)\n- [BlooDLine](http://www.ibloodline.com/)\n- [陈铭嘉](https://chenmingjia.github.io/)\n- [千叶知风](http://mpc6.com/)\n- [梁杰](http://numbbbbb.com)\n- [Changing](https://github.com/sunzhuo11)\n- [mmoaay](https://github.com/mmoaay)\n\nSpanish documentation is made possible by these community developers:\n- [adavie1](https://github.com/adavie1)\n- [carmencitaqiu](https://github.com/carmencitaqiu)\n- [coderdiaz](https://github.com/coderdiaz)\n- [fedegar33](https://github.com/fedegar33)\n- [Gonzalo2310](https://github.com/Gonzalo2310)\n- [lesterbx](https://github.com/lesterbx)\n- [ProgramerGuy](https://github.com/ProgramerGuy)\n- [SantiagoGdaR](https://github.com/SantiagoGdaR)\n- [sigfriedCub1990](https://github.com/sigfriedCub1990)\n- [thechosenjuan](https://github.com/thechosenjuan)\n\nFrench documentation is made possible by these community developers:\n- [smalesys](https://github.com/smalesys)\n- [blombard](https://github.com/blombard)\n\n## Donation\nIf you find Element useful, you can buy us a cup of coffee\n\n<img width=\"650\" src=\"https://user-images.githubusercontent.com/14025786/44833997-5d7c4d80-ac62-11e8-8445-1dffec0eb13c.png\" alt=\"donation\">\n\n## Backers\n\nSupport us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/element#backer)]\n\n<a href=\"https://opencollective.com/element/backer/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/4/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/9/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/10/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/10/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/11/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/11/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/12/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/12/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/13/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/13/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/14/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/14/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/15/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/15/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/16/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/16/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/17/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/17/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/18/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/18/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/19/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/19/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/20/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/20/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/21/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/21/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/22/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/22/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/23/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/23/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/24/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/24/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/25/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/25/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/26/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/26/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/27/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/27/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/28/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/28/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/backer/29/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/backer/29/avatar.svg\"></a>\n\n\n## Sponsors\n\nBecome a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/element#sponsor)]\n\n<a href=\"https://opencollective.com/element/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/4/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/9/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/10/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/10/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/11/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/11/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/12/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/12/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/13/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/13/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/14/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/14/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/15/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/15/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/16/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/16/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/17/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/17/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/18/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/18/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/19/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/19/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/20/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/20/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/21/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/21/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/22/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/22/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/23/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/23/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/24/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/24/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/25/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/25/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/26/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/26/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/27/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/27/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/28/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/28/avatar.svg\"></a>\n<a href=\"https://opencollective.com/element/sponsor/29/website\" target=\"_blank\"><img src=\"https://opencollective.com/element/sponsor/29/avatar.svg\"></a>\n\n## Join Discussion Group\n\nScan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discussion group :\n\n<img alt=\"Join Discusion Group\" src=\"https://user-images.githubusercontent.com/17680888/66537329-9a4b9100-eb52-11e9-9d99-65469cfdae58.jpeg\" width=\"300\">\n\n\n## LICENSE\n[MIT](LICENSE)\n","readmeFilename":"README.md","gitHead":"021eef685246a90285b61f1e3f07019fe36dfb85","_id":"d-element-ui@3.2.3","_nodeVersion":"14.21.1","_npmVersion":"8.1.3","dist":{"shasum":"c173e61c09b424cb893fc4cd30c99d0cd55b53d7","size":1414471,"key":"/d-element-ui/-/d-element-ui-3.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/d-element-ui/download/d-element-ui-3.2.3.tgz"},"_publish_on_cnpm":true,"_cnpm_publish_time":1689212539873,"publish_time":1689212539873,"dist-tags":{"beta":"3.1.74-beta.1","latest":"3.2.5"}}