登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
12月28日,「开源中国源创会年终盛典」珠海站再次回归!点击免费报名参会
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
后台管理框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
282
Star
4.4K
Fork
1.8K
有来开源
/
vue3-element-admin
代码
Issues
4
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
申请加入仓库
发行版
最新版
v2.18.6
9bc060b
2024-11-13 13:02
对比
v2.18.6 刷新 token 之前的版本
郝先瑞
1. 通知公告 2. 代码生成 3. 系统配置 4. elint 升级 v9 5. element-plus 图标按需导入改为全量导入 6. 字典组件和字典标签组件 7. 登录界面调整 9. 代码优化重构 10. 问题修复
最后提交信息为:
chore:
bump version to 2.18.6
v2.11.5
fb88d84
2024-06-25 07:39
对比
v2.11.5
郝先瑞
## 更新内容 * build: :package: 修改项目版本号 2.11.5 * build: :package: 更新升级 `npm` 依赖 * fix: :bug: 菜单路由点击卡死,暂时关闭 `vue-dev-tools` 插件 * docs: :memo: 路由 name 注释优化 * Merge pull request #143 from cshaptx4869/patch-98 * refactor(PageContent): :recycle: 导入相关属性和方法命名修改 * Merge pull request #142 from cshaptx4869/patch-97 * refactor(PageContent): :recycle: 导入模板参数改名 * feat(PageContent): :sparkles: 支持后端文件导入 * perf: :zap: 添加 exceljs 至预加载配置 * refactor: :recycle: aPI 路径基础 URL 提取 * chore: :hammer: router 类型声明文件位置移动 **完整的更新日志**: https://gitee.com/youlaiorg/vue3-element-admin/compare/v2.11.4...v2.11.5 ## 适配后端 [youlai-boot v2.8.1](https://gitee.com/youlaiorg/youlai-boot/releases/tag/v2.8.1)
最后提交信息为:
build:
修改项目版本号 2.11.5
v2.11.4
3a8c90a
2024-06-25 07:39
对比
v2.11.4
郝先瑞
## 更新内容 * chore: :hammer: 升级项目版本号 2.11.4 * docs: :memo: 优化 route meta 注释 * feat: :sparkles: 更换权限分配弹窗类型为 drawer 并添加父子联动开关 * docs: :memo: 添加 node 不可用版本声明 * Merge pull request #141 from diamont1001/dev * feat(PageContent): ✨ 左侧工具栏增加type配置参数 * Merge pull request #140 from cshaptx4869/patch-96 * feat(PageContent): :sparkles: 操作栏增加render配置参数 * Merge pull request #139 from cshaptx4869/patch-95 * refactor: :recycle: 支持CURD演示示例切换 * refactor: :recycle: 同步CURD表单组件 * refactor: :recycle: 规整CURD组件 * docs: :memo: 依赖包版本号修改 * build: :package: 升级 npm 包 * docs: :memo: 优化"始终显示"选项的文案描述 **完整的更新日志**: https://gitee.com/youlaiorg/vue3-element-admin/compare/v2.11.3...v2.11.4
最后提交信息为:
chore:
升级项目版本号 2.11.4
v2.11.3
17d8a4d
2024-06-25 07:39
对比
v2.11.3
郝先瑞
## 更新内容 * chore: :hammer: 升级版本至 2.11.3 * fix(menu.vue): :bug: 菜单列表未适配el-icon导致图标不显示问题修复 * docs: :memo: 完善菜单侧边栏Icon和Title的注释 * perf: :zap: 添加 backtop 组件的 css 至预加载 * Merge pull request #138 from cshaptx4869/patch-94 * refactor(PageContent): :recycle: 修改导出全量数据选项文本 * refactor: :recycle: 添加CURD导入示例 * feat(PageContent): :sparkles: 支持默认工具栏的导入 * Merge branch 'master' of github.com:youlaitech/vue3-element-admin * Merge pull request #137 from cshaptx4869/patch-93 * refactor: :recycle: 修改CURD导出示例 * Merge pull request #136 from cshaptx4869/patch-92 * refactor(PageContent): :recycle: 默认工具栏支持自定义 **完整的更新日志**: https://gitee.com/youlaiorg/vue3-element-admin/compare/v2.11.2...v2.11.3
最后提交信息为:
chore:
升级版本至 2.11.3
v2.11.2
3e2c027
2024-06-08 16:34
对比
v2.11.2
郝先瑞
## ✨ feat - 支持表格远程筛选([#131](https://github.com/youlaitech/vue3-element-admin/pull/119)) [@cshaptx4869](https://github.com/cshaptx4869) - 支持标签输入框([#132](https://github.com/youlaitech/vue3-element-admin/pull/132)) [@cshaptx4869](https://github.com/cshaptx4869) - 表单项支持tips配置([#133](https://github.com/youlaitech/vue3-element-admin/pull/133)) [@cshaptx4869](https://github.com/cshaptx4869) - 前端导出支持全量数据([#134](https://github.com/youlaitech/vue3-element-admin/pull/134)) [@cshaptx4869](https://github.com/cshaptx4869) - 支持选中数据导出([#135](https://github.com/youlaitech/vue3-element-admin/pull/135)) [@cshaptx4869](https://github.com/cshaptx4869) - 表格默认工具栏的导出、搜索按钮增加权限点控制([883128](https://github.com/youlaitech/vue3-element-admin/commit/8831289b655f2cc086ecdababaa89f8d8a087c42)) [@cshaptx4869](https://github.com/cshaptx4869) - 页签title支持动态设置([23876a](https://github.com/youlaitech/vue3-element-admin/commit/23876aa396143bf77cb5c86af8d6023d9ff6555a)) [@haoxianrui](https://github.com/haoxianrui) ## ♻️ refactor - 默认工具栏支持自定义([#136](https://github.com/youlaitech/vue3-element-admin/pull/136)) [@cshaptx4869](https://github.com/cshaptx4869) - 未配置全量导出接口时选项隐藏([eab91ef](https://github.com/youlaitech/vue3-element-admin/commit/eab91effd6a01d5a3d9257249c8d06aa252b3bf8)) [@cshaptx4869](https://github.com/cshaptx4869) ## 🐛 fix - 修复注销登出后redirect跳转路由参数丢失([5626017](https://github.com/youlaitech/vue3-element-admin/commit/562601736731afd20bb1a5140d856f6515720159)) [@haoxianrui](https://github.com/haoxianrui) ## 🖥️ contributors Thanks to contributors @cshaptx4869 @haoxianrui
最后提交信息为:
docs:
项目更新说明文档补充记录
v2.11.1
5725cda
2024-06-08 16:33
对比
v2.11.1
郝先瑞
## ✨ feat - 增加pagination、request、parseData配置参数([#119](https://github.com/youlaitech/vue3-element-admin/pull/119)) [@cshaptx4869](https://github.com/cshaptx4869) - 增加返回顶部功能([#120](https://github.com/youlaitech/vue3-element-admin/pull/120)) [@cshaptx4869](https://github.com/cshaptx4869) - 支持前端导出([#126](https://github.com/youlaitech/vue3-element-admin/pull/126)) [@cshaptx4869](https://github.com/cshaptx4869) ## ♻️ refactor - 重构布局样式(解决页面抖动问题)([#116](https://github.com/youlaitech/vue3-element-admin/pull/116)) [@cshaptx4869](https://github.com/cshaptx4869) - 修改CURD示例编辑弹窗尺寸([#121](https://github.com/youlaitech/vue3-element-admin/pull/121)) [@cshaptx4869](https://github.com/cshaptx4869) - 统一注册vue插件([#122](https://github.com/youlaitech/vue3-element-admin/pull/122)) [@cshaptx4869](https://github.com/cshaptx4869) - 默认主题跟随系统([#128](https://github.com/youlaitech/vue3-element-admin/pull/128)) [@cshaptx4869](https://github.com/cshaptx4869) - 增加"scss.lint.unknownAtRules": "ignore"代码,解决style中使用apply提示unknow at rules apply提示问题([Gitee#22](https://gitee.com/youlaiorg/vue3-element-admin/pulls/22)) [@zjsy521](https://gitee.com/zjsy521) ## 🐛 fix - 修复左侧布局移动端菜单弹出样式 ([#117](https://github.com/youlaitech/vue3-element-admin/pull/117)) [@cshaptx4869](https://github.com/cshaptx4869) - 修复编辑后未清空id再新增菜单覆盖的问题([0e78eeb](https://github.com/youlaitech/vue3-element-admin/commit/0e78eeb75008fa8e9732b1b4e7d7a1ea345c7a1b)) [@haoxr](https://gitee.com/haoxr) - 修复水印层级问题([#123](https://github.com/youlaitech/vue3-element-admin/pull/123)) [@cshaptx4869](https://github.com/cshaptx4869) - 修复混合布局样式问题([#124](https://github.com/youlaitech/vue3-element-admin/pull/124)) [@cshaptx4869](https://github.com/cshaptx4869) - 修复关闭弹窗时没有clearValidate问题([#125](https://github.com/youlaitech/vue3-element-admin/pull/125)) [@andm31](https://github.com/andm31) ## 🖥️ contributors Thanks to contributors @cshaptx4869 @zjsy521 @andm31 @haoxr
最后提交信息为:
chore:
版本号调整2.11.1
v2.11.0
c0eeb4e
2024-05-27 00:44
对比
v2.11.0
郝先瑞
## ✨ feat - 菜单添加路由参数设置 @haoxr - 增加列表选择组件 @cshaptx4869 - 增加列表选择组件使用示例 @cshaptx4869 - 增加defaultToolbar配置参数 @cshaptx4869 - 表单弹窗支持drawer模式 @cshaptx4869 - 表单项增加computed和watchEffect配置 @cshaptx4869 - 支持switch属性修改 @cshaptx4869 - 表单项增加文本类型支持 @cshaptx4869 - 列表列增加show配置项 @cshaptx4869 - 支持搜索表单显隐控制 @cshaptx4869 - 支持input属性修改 @cshaptx4869 - search配置新增函数能力拓展 @xiudaozhe - 表格新增列设置控制 @haoxr - 搜索添加展开和收缩 @haoxr - watch函数增加配置项参数返回 @cshaptx4869 ## ♻️ refactor - 重构图标选择组件 @cshaptx4869 - 重构列表选择组件默认样式 @cshaptx4869 - 加强对话框表单组件和列表选择组件 @cshaptx4869 - routeMeta增加alwaysShow字段声明 @cshaptx4869 - 分页组件增加溢出滚动效果 @cshaptx4869 - 修正登录表单的Ref类型 @cshaptx4869 - 点击表格刷新按钮不重置页码 @cshaptx4869 - 筛选列超出一定高度滚动 @cshaptx4869 - 优化加强initFn函数,表单项增加initFn函数 @cshaptx4869 - 重构watch、computed、watchEffect调用 @cshaptx4869 - 修改操作成功提示 @cshaptx4869 - PageSearch 改用card作为容器,样式改用unocss写法 @cshaptx4869 - 优化首页 loading 动画效果 @haoxr ## 🐛 fix - 路由是否始终显示不限制只有顶级目录才有的配置,开放至菜单 @haoxr - sockjs-client 报错 global is not defined 导致开发环境无法打开 WebSocket 页面问题修复 @haoxr - 发送用户重启密码功能,最少为6位字符(小于6位登陆时不允许的问题) @dreamnyj - 修复系统设置面板滚动条问题 @cshaptx4869 - 修复表单插槽失效问题 @cshaptx4869 - 修改tagsview刷新丢失query问题 @xiudaozhe ## 📦️ build - 升级 NPM 包版本至最新 @haoxr ## ⚙️ ci - 规整脚本执行命令 @cshaptx4869
最后提交信息为:
build:
升级npm依赖包版本和项目版本至2.11.0
v.2.9.3
bffe06d
2024-04-27 16:39
对比
v.2.9.3
郝先瑞
## ✨ feat - 增加vue文件代码片段(author by [cshaptx4869](https://github.com/cshaptx4869)) - 菜单 hover 背景色添加值全局SCSS变量进行控制(author by [haoxianrui](https://github.com/haoxianrui)) ## ♻️ refactor - 加强基础国际化(author by [cshaptx4869](https://github.com/cshaptx4869)) - 增加语言和布局大小枚举类型(author by [cshaptx4869](https://github.com/cshaptx4869)) - 增加侧边栏状态枚举类型(author by [cshaptx4869](https://github.com/cshaptx4869)) - 使用布局枚举替换字面量(author by [haoxianrui](https://github.com/haoxianrui)) - 控制台使用静态数据循环渲染(author by [cshaptx4869](mailto:april@zen-game.cn)) - 本地缓存的 token 变量重命名(author by [haoxianrui](https://github.com/haoxianrui)) - 完善 Vite 环境变量类型声明(author by [haoxianrui](https://github.com/haoxianrui)) ## 🐛 fix - 修复构建时提示iconComponent.name可能为undefined的报错 (author by [wangji1042](https://github.com/wangji1042)) - 修复浏览器密码自动填充时可能存在的报错 (author by [cshaptx4869](https://github.com/cshaptx4869)) - 修复eslint报错(author by [cshaptx4869](https://github.com/cshaptx4869)) - 移动端下点击左侧菜单节点后关闭侧边栏(author by [haoxianrui](https://github.com/haoxianrui)) - 添加 size 类型断言修复类型报错(author by [haoxianrui](https://github.com/haoxianrui)) ## build - husky9.x版本适配 (author by [cshaptx4869](https://github.com/cshaptx4869)) - 升级 npm 包版本至最新(author by [haoxianrui](https://github.com/haoxianrui))
最后提交信息为:
chore:
修改项目版本号2.9.2 → 2.9.3
v2.9.2
bbab92a
2024-03-06 00:22
对比
v2.9.2
郝先瑞
# ✨ feat - vscode开发扩展推荐 (author by [cshaptx4869](https://github.com/cshaptx4869)) - 完善基础增删改查Mock接口 (author by [haoxianrui](https://github.com/haoxianrui)) # ♻️ refactor - 修改login密码框功能实现(author by [cshaptx4869](https://github.com/cshaptx4869)) - 弱化页面进入动画效果(author by [cshaptx4869](https://github.com/cshaptx4869)) - 取消推荐TypeScript Vue Plugin (author by [cshaptx4869](https://github.com/cshaptx4869)) - 网站加载动画替换 (author by [haoxianrui](https://github.com/haoxianrui)) - 优化主题和主题色监听,避免多个页面重复初始化 (author by [haoxianrui](https://github.com/haoxianrui)) # 🐛 fix - AppMain 高度在非固定头部不正确导致出现滚动条问题修复 (author by [haoxianrui](https://github.com/haoxianrui)) - 修复混合模式开启固定Head时的样式问题 (author by [cshaptx4869](https://github.com/cshaptx4869)) - 设置面板统一字体大小 (author by [cshaptx4869](https://github.com/cshaptx4869)) # 📦️build - 通过env配置控制mock服务 (author by [cshaptx4869](https://github.com/cshaptx4869)) - 升级依赖包至最新版本 (author by [haoxianrui](https://github.com/haoxianrui)) - 定义vite全局常量替换项目标题和版本 (author by [cshaptx4869](https://github.com/cshaptx4869))
最后提交信息为:
docs:
添加版本 2.9.2 更新说明
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
TypeScript
1
https://gitee.com/youlaiorg/vue3-element-admin.git
git@gitee.com:youlaiorg/vue3-element-admin.git
youlaiorg
vue3-element-admin
vue3-element-admin
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册