main
黄海 10 months ago
parent 886bc6d164
commit 0acc05e714

@ -1,4 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no-install commitlint --edit $1

@ -1,4 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint:lint-staged

7
package-lock.json generated

@ -66,7 +66,7 @@
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.5.2",
"typescript": "5.5.4",
"unplugin-vue-setup-extend-plus": "^1.0.1",
"vite": "^5.3.2",
"vite-plugin-compression": "^0.5.1",
@ -13541,9 +13541,10 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"version": "5.5.4",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

@ -92,7 +92,7 @@
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.5.2",
"typescript": "5.5.4",
"unplugin-vue-setup-extend-plus": "^1.0.1",
"vite": "^5.3.2",
"vite-plugin-compression": "^0.5.1",

@ -23,7 +23,7 @@ export const useTable = (
// 当前页数
pageNum: 1,
// 每页显示条数
pageSize: 10,
pageSize: 15,
// 总条数
total: 0
},

Loading…
Cancel
Save