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

Commit

Permalink
feat: edit-row-table support save loading
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Aug 24, 2022
1 parent 4f1f52a commit 4d0eea6
Show file tree
Hide file tree
Showing 9 changed files with 354 additions and 279 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@ant-design/icons-vue": "~6.1.0",
"@vue/runtime-core": "~3.2.37",
"@vueuse/core": "~9.1.0",
"@vueuse/core": "~9.1.1",
"ant-design-vue": "~3.2.11",
"axios": "~0.27.2",
"dayjs": "~1.11.5",
Expand All @@ -55,9 +55,9 @@
"@commitlint/cli": "~17.0.3",
"@commitlint/config-conventional": "~17.0.3",
"@types/lodash-es": "~4.17.6",
"@types/node": "~18.7.6",
"@typescript-eslint/eslint-plugin": "~5.33.1",
"@typescript-eslint/parser": "~5.33.1",
"@types/node": "~18.7.13",
"@typescript-eslint/eslint-plugin": "~5.34.0",
"@typescript-eslint/parser": "~5.34.0",
"@vitejs/plugin-legacy": "~2.0.1",
"@vitejs/plugin-vue": "~3.0.3",
"@vitejs/plugin-vue-jsx": "~2.0.0",
Expand All @@ -70,7 +70,7 @@
"eslint-define-config": "~1.6.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-vue": "~9.3.0",
"eslint-plugin-vue": "~9.4.0",
"husky": "~8.0.1",
"less": "~4.1.3",
"lint-staged": "~12.5.0",
Expand All @@ -86,11 +86,11 @@
"stylelint-config-prettier": "~9.0.3",
"stylelint-config-recommended": "~9.0.0",
"stylelint-config-recommended-vue": "~1.4.0",
"stylelint-config-standard": "~27.0.0",
"stylelint-config-standard": "~28.0.0",
"stylelint-order": "~5.0.0",
"terser": "~5.14.2",
"terser": "~5.15.0",
"typescript": "~4.7.4",
"unocss": "^0.45.8",
"unocss": "^0.45.12",
"unplugin-vue-components": "~0.22.4",
"unplugin-vue-define-options": "~0.10.0",
"vite": "~3.0.9",
Expand Down

1 comment on commit 4d0eea6

@vercel
Copy link

@vercel vercel bot commented on 4d0eea6 Aug 24, 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-buqiyuan.vercel.app
vite-vue3-admin-git-main-buqiyuan.vercel.app

Please sign in to comment.