Skip to content

Commit

Permalink
feat: 🚀 升级依赖插件 && 新增树型 ProTbale 示例(更多查看详情)
Browse files Browse the repository at this point in the history
1.升级 axios,修复 AxiosRequestConfig 报错
2.新增树形 ProTable 示例
3.增加 ProTable 组件的 toolButton 插槽
4.增加 ProTable 组件搜索框远程搜索示例
5.增加 ProTable 组件 requestAuto 属性,控制自动请求
6.优化 TreeFilter 组件响应式更新
  • Loading branch information
HalseySpicy committed Mar 3, 2023
1 parent 7be96eb commit ed0ea75
Show file tree
Hide file tree
Showing 19 changed files with 376 additions and 188 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Geeker-Admin

| 微信群二维码 |
| :------------------------------------------------------------: |
| <img src="https://i.imgtg.com/2023/02/27/VB1fb.png" width=170> |
| <img src="https://i.imgtg.com/2023/03/03/V95jD.png" width=170> |

### 捐赠 🍵

Expand Down
194 changes: 97 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "geeker-admin",
"private": true,
"version": "0.0.7",
"description": "Geeker-Admin后台管理系统",
"description": "Geeker-Admin 后台管理系统",
"author": "SpicyBoy <848130454@qq.com>",
"license": "MIT",
"scripts": {
Expand All @@ -25,11 +25,11 @@
"@vueuse/core": "^9.12.0",
"@wangeditor/editor": "^5.1.12",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.2.1",
"axios": "^1.3.4",
"driver.js": "^0.9.8",
"echarts": "^5.3.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.2.30",
"element-plus": "^2.2.33",
"js-md5": "^0.7.3",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"vite-plugin-html": "^3.2.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
"vue-tsc": "^1.0.24"
"vue-tsc": "^1.2.0"
},
"config": {
"commitizen": {
Expand Down
Loading

1 comment on commit ed0ea75

@vercel
Copy link

@vercel vercel bot commented on ed0ea75 Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.