Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
fix(dynamic-table): add onChangeParams param for dataRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Apr 13, 2022
1 parent 62c840c commit f381c79
Show file tree
Hide file tree
Showing 9 changed files with 279 additions and 308 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@vue/runtime-core": "^3.2.31",
"@vue/runtime-core": "^3.2.32",
"@vueuse/core": "^8.2.5",
"ant-design-vue": "3.1.1",
"axios": "^0.26.1",
Expand All @@ -42,7 +42,7 @@
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
"sortablejs": "^1.15.0",
"vue": "^3.2.31",
"vue": "^3.2.32",
"vue-i18n": "9.2.0-beta.30",
"vue-router": "^4.0.14",
"vue-types": "^4.1.1",
Expand All @@ -53,15 +53,15 @@
"@commitlint/config-conventional": "^16.2.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-legacy": "^1.8.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.3.0",
"eslint-plugin-import": "2.26.0",
Expand All @@ -72,7 +72,7 @@
"lint-staged": "^12.3.7",
"mockjs": "^1.1.0",
"postcss": "^8.4.12",
"postcss-html": "^1.3.0",
"postcss-html": "^1.3.1",
"postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"stylelint": "^14.6.1",
Expand All @@ -89,9 +89,9 @@
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.4.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.8.3",
"vite-plugin-windicss": "^1.8.4",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.33.9",
"vue-tsc": "^0.34.6",
"windicss": "^3.5.1"
},
"__npminstall_done": false,
Expand Down

1 comment on commit f381c79

@vercel
Copy link

@vercel vercel bot commented on f381c79 Apr 13, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

vite-vue3-admin – ./

vite-vue3-admin.vercel.app
vite-vue3-admin-git-main-buqiyuan.vercel.app
vite-vue3-admin-buqiyuan.vercel.app

Please sign in to comment.