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

Commit

Permalink
fix(components): [dynamic-table] parameter missing
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Apr 16, 2022
1 parent f381c79 commit 1e306d7
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 311 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@vue/runtime-core": "^3.2.32",
"@vueuse/core": "^8.2.5",
"@vue/runtime-core": "^3.2.33",
"@vueuse/core": "^8.2.6",
"ant-design-vue": "3.1.1",
"axios": "^0.26.1",
"core-js": "^3.21.1",
"dayjs": "^1.11.0",
"core-js": "^3.22.0",
"dayjs": "^1.11.1",
"file-saver": "^2.0.5",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
Expand All @@ -42,7 +42,7 @@
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
"sortablejs": "^1.15.0",
"vue": "^3.2.32",
"vue": "^3.2.33",
"vue-i18n": "9.2.0-beta.30",
"vue-router": "^4.0.14",
"vue-types": "^4.1.1",
Expand All @@ -52,12 +52,12 @@
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.23",
"@types/node": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-legacy": "^1.8.0",
"@vitejs/plugin-legacy": "^1.8.1",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
Expand All @@ -69,13 +69,13 @@
"eslint-plugin-vue": "^8.6.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.3.7",
"lint-staged": "^12.3.8",
"mockjs": "^1.1.0",
"postcss": "^8.4.12",
"postcss-html": "^1.3.1",
"postcss-html": "^1.4.1",
"postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"stylelint": "^14.6.1",
"stylelint": "^14.7.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
Expand All @@ -84,14 +84,14 @@
"stylelint-order": "^5.0.0",
"typescript": "^4.6.3",
"unplugin-vue-define-options": "^0.6.0",
"vite": "^2.9.1",
"vite-plugin-checker": "^0.4.5",
"vite": "^2.9.5",
"vite-plugin-checker": "^0.4.6",
"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.4",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.34.6",
"vue-tsc": "^0.34.7",
"windicss": "^3.5.1"
},
"__npminstall_done": false,
Expand Down

1 comment on commit 1e306d7

@vercel
Copy link

@vercel vercel bot commented on 1e306d7 Apr 16, 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.