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

Commit

Permalink
feat(components): [dynamic-table] cell support defaultEditable
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Aug 30, 2022
1 parent 4411b0e commit 125bb08
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 255 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@ant-design/icons-vue": "~6.1.0",
"@vue/runtime-core": "~3.2.37",
"@vue/runtime-core": "~3.2.38",
"@vueuse/core": "~9.1.1",
"ant-design-vue": "~3.2.11",
"axios": "~0.27.2",
Expand All @@ -45,19 +45,19 @@
"qs": "~6.11.0",
"socket.io-client": "~4.5.1",
"sortablejs": "~1.15.0",
"vue": "~3.2.37",
"vue": "~3.2.38",
"vue-i18n": "9.2.2",
"vue-router": "~4.0.16",
"vue-types": "~4.2.1",
"xlsx": "~0.18.5"
},
"devDependencies": {
"@commitlint/cli": "~17.1.1",
"@commitlint/cli": "~17.1.2",
"@commitlint/config-conventional": "~17.1.0",
"@types/lodash-es": "~4.17.6",
"@types/node": "~18.7.13",
"@typescript-eslint/eslint-plugin": "~5.35.1",
"@typescript-eslint/parser": "~5.35.1",
"@types/node": "~18.7.14",
"@typescript-eslint/eslint-plugin": "~5.36.0",
"@typescript-eslint/parser": "~5.36.0",
"@vitejs/plugin-legacy": "~2.0.1",
"@vitejs/plugin-vue": "~3.0.3",
"@vitejs/plugin-vue-jsx": "~2.0.0",
Expand All @@ -67,7 +67,7 @@
"cross-env": "~7.0.3",
"eslint": "~8.23.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.6.0",
"eslint-define-config": "~1.7.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-vue": "~9.4.0",
Expand All @@ -93,13 +93,13 @@
"typescript": "~4.7.4",
"unocss": "^0.45.13",
"unplugin-vue-components": "~0.22.4",
"unplugin-vue-define-options": "~0.10.0",
"unplugin-vue-define-options": "~0.11.0",
"vite": "~3.0.9",
"vite-plugin-checker": "~0.5.0",
"vite-plugin-mock": "~2.9.6",
"vite-plugin-svg-icons": "~2.0.1",
"vue-eslint-parser": "~9.0.3",
"vue-tsc": "~0.40.2"
"vue-tsc": "~0.40.4"
},
"__npminstall_done": false,
"repository": {
Expand Down

1 comment on commit 125bb08

@vercel
Copy link

@vercel vercel bot commented on 125bb08 Aug 30, 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-git-main-buqiyuan.vercel.app
vite-vue3-admin.vercel.app
vite-vue3-admin-buqiyuan.vercel.app

Please sign in to comment.