This branch is up to date with antdv-pro/antdv-pro:main.Folders and files Latest commit aibayanyu20 Merge pull request antdv-pro#201 from songsong0707/patch-1 e465b67· Sep 29, 2024 History716 Commits .github ci: change ci Apr 17, 2024 .husky ci: update husky Feb 24, 2024 .vscod...
基于Vite4 + Vue3 + Unocss + Antdv4 + TS 开始使用 介绍 View on GitHub 国内镜像 高效快速 vite4.x加持,开发、打包、热更新、热加载、热替换,一切都是那么的快 预设样式 内置了一套基于unocss的样式系统,原子化的样式,让你的样式更加简洁 TypeScript ...
.github/workflows ci: add lint 1年前 .husky chore: change ci 1年前 .vscode chore: init project 2年前 plugins fix: change dir name 1年前 public fix: loading experience optimization 2年前 scripts chore: chore 1年前 servers feat: add step-form router 1年前...
Merge branch 'main' of https://github.com/Spectature/antdv-pro into main-add-accordionMode SpectaturecommittedSep 11, 2023 · 4 / 4 e6ae821 Merge branch 'main-add-accordionMode' of https://github.com/Spectature/antdv-pro into main-add-accordionMode SpectaturecommittedSep 11, 2023 d...
.github first add 4年前 config first add 4年前 deploy first add 4年前 docs first add 4年前 public 增加拖拽功能 4年前 src 增加拖拽功能 4年前 tests/unit first add 4年前 .browserslistrc first add 4年前 .editorconfig first add 4年前 ...
Add afterQuery fn fortable-query.ts- by @kaivanwong(0503a) Change multi tab placeholder height calculation - by @copofe(f3393) Add info - by @aibayanyu20(49246) Add info - by @aibayanyu20(92268) 🐞 Bug Fixes View changes on GitHub ...
Support dynamic router close #93 - by @aibayanyu20 inhttps://github.com/antdv-pro/antdv-pro/issues/93(144a3) Add virtual list - by @windlil(069f2) Change text - by @liosummer(4dccc) 🐞 Bug Fixes Fix iframe transition error - by @aibayanyu20(57311) ...
antdv-pro - 测试账号:admin/admin antdv-pro-docs - 在线文档地址 社区 QQ群: 939791772 微信: aibayanyu2022 Discord: discord 微信群 使用 # 安装degit npm i -g degit # 拉取代码 degit antdv-pro/antdv-pro [your project name] # 切换到项目目录 cd [your project name] # 安装依赖 pnpm install...
git clone https://github.com/vueComponent/ant-design-vue-pro.git cd ant-design-vue-pro 安装依赖 yarn install 开发模式运行 yarn run serve 编译项目 yarn run build Lints and fixes files yarn run lint 其他说明 关于Issue 反馈 (重要!重要!重要!) 请在开 Issue 前,先阅读该内容:Iss...
created () { const routes = asyncRouterMap.find((item) => item.path === '/') // const routes = this.mainMenu.find((item) => item.path === '/') this.menus = (routes && routes.children) || [] }, 更多细节参考 Issue:https://github.com/sendya/ant-design-pro-vue/issues/76...