{"id":13457586,"url":"https://github.com/DevCloudFE/vue-devui","last_synced_at":"2025-03-24T14:32:10.063Z","repository":{"id":36956074,"uuid":"407181784","full_name":"DevCloudFE/vue-devui","owner":"DevCloudFE","description":"UI components based on Vue3 and DevUI Design","archived":false,"fork":false,"pushed_at":"2024-07-06T11:58:55.000Z","size":10875,"stargazers_count":1040,"open_issues_count":134,"forks_count":290,"subscribers_count":23,"default_branch":"dev","last_synced_at":"2024-10-29T15:19:18.942Z","etag":null,"topics":["components-library","devui","devui-design","jsx","tsx","typescript","ui-components","vitejs","vue","vue-components","vue-devui","vue3"],"latest_commit_sha":null,"homepage":"https://vue-devui.github.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevCloudFE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-16T13:46:22.000Z","updated_at":"2024-10-28T07:21:37.000Z","dependencies_parsed_at":"2023-11-13T08:29:45.221Z","dependency_job_id":"ac0d8ad7-cce3-4296-b3e2-b33c3e53064a","html_url":"https://github.com/DevCloudFE/vue-devui","commit_stats":{"total_commits":2763,"total_committers":172,"mean_commits":"16.063953488372093","dds":0.8425624321389794,"last_synced_commit":"b772e49195008b4f95cd51f703070cfd6dd76b5e"},"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevCloudFE%2Fvue-devui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevCloudFE%2Fvue-devui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevCloudFE%2Fvue-devui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevCloudFE%2Fvue-devui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevCloudFE","download_url":"https://codeload.github.com/DevCloudFE/vue-devui/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245289608,"owners_count":20591101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["components-library","devui","devui-design","jsx","tsx","typescript","ui-components","vitejs","vue","vue-components","vue-devui","vue3"],"created_at":"2024-07-31T09:00:30.664Z","updated_at":"2025-03-24T14:32:09.337Z","avatar_url":"https://github.com/DevCloudFE.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://devui.design/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg alt=\"DevUI Logo\" src=\"https://vue-devui.github.io/assets/logo.svg\" width=\"180\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eVue DevUI\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eVue3 component library based on \u003ca href=\"https://devui.design/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eDevUI Design\u003c/a\u003e\u003c/p\u003e\n\nEnglish | [简体中文](README.zh-CN.md)\n\n🌈 Features：\n\n- 📦 55 high-quality components that are simple, easy to use, and flexible.\n- 🔑 Support for TypeScript.\n- ⛰️ Support for Nuxt3.\n- ⚡ Support for on-demand import.\n- 🌍 Support internationalization.\n- 🎨 Support theme customization, and built-in seven beautiful themes such as `Galaxy`, `Sweet` and `Provence`.\n\n## 🔧 Usage\n\nFirst install vue-devui with npm, yarn or pnpm.\n\nInstall with npm\n\n```sh\nnpm install vue-devui --save\n```\n\nInstall with yarn\n\n```sh\nyarn add vue-devui\n```\n\nInstall with pnpm\n\n```sh\npnpm add vue-devui\n```\n\nThen import `DevUI` in the `main.ts` file:\n\n```ts\nimport { createApp } from 'vue';\nimport App from './App.vue';\n\n// Import Vue DevUI component and style\nimport DevUI from 'vue-devui';\nimport 'vue-devui/style.css';\n\ncreateApp(App).use(DevUI).mount('#app');\n```\n\nThen you can use the vue devui component(such as `\u003cd-button\u003e`) in the `App.vue` file:\n\n```vue\n\u003ctemplate\u003e\n  \u003cd-button\u003eButton\u003c/d-button\u003e\n\u003c/template\u003e\n```\n\n## 🖥️ Development\n\n```sh\ngit clone git@github.com:DevCloudFE/vue-devui.git\ncd vue-devui\npnpm install\npnpm dev\n```\n\nOpen your browser and visit: [http://localhost:3000/](http://localhost:3000/).\n\nOr you can run other command\n\n```sh\npnpm scripts\n```\n\n## 🤝 Contributing\n\nWelcome to join our Vue DevUI open source project!🎉\n\nBy participating in the Vue DevUI project, we can together:\n\n- 🔥 Learn the latest cool `Vite` + `Vue3` + `TypeScript` + `JSX` technology.\n- 🎁 Learn how to design and develop UI components.\n- ⭐ Hone programming skills and learn excellent programming practice.\n- 🎊 Meet a group of friends who love learning and open source.\n\nIf you don't know how to start, please read our [contributing guide](https://vue-devui.github.io/contributing/)\n\n## ✨ Maintainers\n\nMaintainers are community members who have made outstanding contributions and have been active in the DevUI community for a long time.\n\n- [kagol](https://github.com/kagol)\n- [xingyan95](https://github.com/xingyan95)\n- [linxiang07](https://github.com/linxiang07)\n- [Zcating](https://github.com/Zcating)\n- [TinsFox](https://github.com/TinsFox)\n- [JensonMiao](https://github.com/JensonMiao)\n- [xiejay97](https://github.com/xiejay97)\n- [daviForevel](https://github.com/daviForevel)\n- [AlanLee97](https://github.com/AlanLee97)\n- [SituC](https://github.com/SituC)\n- [lj1990111](https://github.com/lj1990111)\n- [newer2333](https://github.com/newer2333)\n- [vaebe](https://github.com/vaebe)\n- [ivestszheng](https://github.com/ivestszheng)\n- [ElsaOOo](https://github.com/ElsaOOo)\n- [asdlml6](https://github.com/asdlml6)\n- [GaoNeng-wWw](https://github.com/GaoNeng-wWw)\n- [chenxi24](https://github.com/chenxi24)\n- [ErKeLost](https://github.com/ErKeLost)\n- [brenner8023](https://github.com/brenner8023)\n\nOutstanding contributions include, but are not limited to, the following:\n\n- 10 or more PRs are merged\n- Put forward more than 10 review opinions approved by PR authors\n- Provide constructive optimization advice and promote the project to become better\n\n## ✨ Contributors\n\nContributors are community members who have 1 or more PR merged in DevUI.\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://juejin.cn/user/712139267650141\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9566362?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKagol\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-kagol\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=kagol\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=kagol\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/TinsFox\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33956589?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTinsFox\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-TinsFox\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#infra-TinsFox\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/lnzhangsong\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15092594?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003enif\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=lnzhangsong\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Zcating\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13329558?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZcating\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-Zcating\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Zcating\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/sufuwang\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46395105?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e王凯\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=sufuwang\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/iel-h\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/53589602?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eiel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-iel-h\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=iel-h\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/chenxi24\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40349890?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003echenxi24\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=chenxi24\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/asdlml6\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/61737780?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e小九九\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=asdlml6\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://blog.alanlee.top\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/42601044?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlanLee\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=AlanLee97\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ForeseeBear\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15258339?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEcho\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=ForeseeBear\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/GaoNeng-wWw\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/31283122?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGaoNeng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=GaoNeng-wWw\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/xingyan95\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11143986?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e行言\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=xingyan95\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/issues?q=author%3Axingyan95\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://devin974.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/67035714?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edevin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=devin974\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://juejin.cn/user/1618116899507735/posts\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/70649502?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e无声\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=ivestszheng\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/zxlfly\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26324442?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esleep_fish\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=zxlfly\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/whylost\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/62528887?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e迷心whylost\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=whylost\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://juejin.im/user/5c15d35fe51d4545ae495e43\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/31237954?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eX.Q. Chen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-brenner8023\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=brenner8023\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/git-Where\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16344566?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e葉家男孩\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=git-Where\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/CatsAndMice\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/58327088?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003elihai\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=CatsAndMice\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.naluduo.vip\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/28448589?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e纳撸多\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=naluduo233\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ElsaOOo\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/48074435?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eElsaOOo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-ElsaOOo\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#infra-ElsaOOo\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=ElsaOOo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/liuxdi\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/10958003?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e刘小迪\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=liuxdi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/unfound\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/32935349?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eunfound\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=unfound\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Roading\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7751774?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRoading\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Roading\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://inreasons.cn\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/47918504?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChestnut\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=banlify\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/c0dedance\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38075730?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ec0dedance\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=c0dedance\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/duqingyu\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/30541930?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e杜庆愉\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=duqingyu\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/linxiang07\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40119767?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003elinxiang\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=linxiang07\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/nextniko\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40553790?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e掘墓忍者\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=nextniko\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/zcj996\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/52314078?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e一个大胖子\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=zcj996\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=zcj996\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://bandism.net/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIkko Ashimine\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=eltociear\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://xiaoborao.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/27467603?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBob\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=xiaoboRao\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/NidusP\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/30283065?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003epopulus\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=NidusP\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/554246839\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/24663941?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etohalf\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=554246839\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Lonely-shang\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/34124930?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMiliky\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Lonely-shang\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Lonely-shang\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/MICD0704\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20532893?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMICD\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=MICD0704\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/issues?q=author%3AMICD0704\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ming-bin\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/54826175?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emingBin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=ming-bin\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/DevCloudFE/vue-devui/issues?q=author%3Aming-bin\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/icjs-cc\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/27618209?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e陈剑术\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=icjs-cc\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.merlin218.top/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/61051874?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMerlin218\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/issues?q=author%3AMerlin218\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jingyiliu\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6957175?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohnny.Liu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/issues?q=author%3Ajingyiliu\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Yangxfeng\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/35209766?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYangxfeng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/issues?q=author%3AYangxfeng\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jCodeLife\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/50767049?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ejCodeLife\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/issues?q=author%3AjCodeLife\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/XiaoRIGE\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33147011?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e宋小日\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/issues?q=author%3AXiaoRIGE\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/daviForevel\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/39021499?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edaviForevel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=daviForevel\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/lj1990111\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8649913?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003elj1990111\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=lj1990111\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/newer2333\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/32949033?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003enewer2333\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=newer2333\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://husky-bear.gitee.io/blob/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/50540342?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e哈士奇-黄\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Husky-Yellow\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://innei.ren\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/41265413?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e寻\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Innei\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/aolyang\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72056179?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnthonio OuYang\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=aolyang\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://yyblog.top\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/57666140?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFlingYP\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=flingyp\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/xzxldl55\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22699218?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003exzxldl55\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=xzxldl55\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/79E\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/71202421?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e79\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=79E\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/SituC\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/29355875?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ewailen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=SituC\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/JensonMiao\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46488783?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ejenson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=JensonMiao\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/dbsdaicheng\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/62135142?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edbsdaicheng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=dbsdaicheng\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/qinwencheng\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/24841685?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eqinwencheng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=qinwencheng\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/angelanana\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/63281354?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAngelanana\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=angelanana\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/joo1es\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/76929557?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ejoo1es\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=joo1es\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/handsomezyw\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/34366225?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ehandsomezyw\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=handsomezyw\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/iamyoki\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/74389358?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYoki\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=iamyoki\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/LadyChatterleyLover\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/35223515?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eluopei\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=LadyChatterleyLover\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/wowCheng\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/69743874?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMr.Cheng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=wowCheng\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Bbbtt04\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/89759610?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBbbtt04\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Bbbtt04\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Zz-ZzzZ\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/48228016?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZz-ZzzZ\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Zz-ZzzZ\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/buaalkn\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/89232641?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ebuaalkn\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=buaalkn\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/hxj9102\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/58357112?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ehxj9102\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=hxj9102\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Whbbit1999\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/60510247?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWhbbit1999\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Whbbit1999\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/zhaoShijuan\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/31791365?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ezhaoShijuan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=zhaoShijuan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/XiaoRIGE\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33147011?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eXiaoRIGE\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=XiaoRIGE\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/xiaogonggong-w\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/79799040?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003exiaogonggong-w\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=xiaogonggong-w\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/hqchqc\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/51051157?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ehqchqc\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=hqchqc\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Lucky-Ya-Q\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/63504321?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLucky-Ya-Q\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=Lucky-Ya-Q\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/xGuangsPBD\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/41880611?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003exGuangsPBD\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=xGuangsPBD\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/cnvoid\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17289381?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ecnvoid\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=cnvoid\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/sakanaovo\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/86860377?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esakanaovo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DevCloudFE/vue-devui/commits?author=sakanaovo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Partner project\n\n- [H5-Dooring - 让 H5 制作，更简单](http://h5.dooring.cn/)\n- [灯塔 - 公益性质的反霸凌团队](https://www.light-tower.top/)\n\n## License\n\n[MIT](https://github.com/DevCloudFE/vue-devui/blob/dev/LICENSE)\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevCloudFE%2Fvue-devui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDevCloudFE%2Fvue-devui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevCloudFE%2Fvue-devui/lists"}