mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 10:59:21 +08:00
chore: 适配 element-plus 2.5.4
This commit is contained in:
parent
f5339314b8
commit
7f067b111b
28
package.json
28
package.json
@ -26,9 +26,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "2.3.1",
|
||||
"axios": "1.6.5",
|
||||
"axios": "1.6.7",
|
||||
"dayjs": "1.11.10",
|
||||
"element-plus": "2.5.2",
|
||||
"element-plus": "2.5.4",
|
||||
"js-cookie": "3.0.5",
|
||||
"lodash-es": "4.17.21",
|
||||
"mitt": "3.0.1",
|
||||
@ -47,31 +47,31 @@
|
||||
"devDependencies": {
|
||||
"@types/js-cookie": "3.0.6",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/node": "20.11.5",
|
||||
"@types/node": "20.11.16",
|
||||
"@types/nprogress": "0.2.3",
|
||||
"@types/path-browserify": "1.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "6.19.0",
|
||||
"@typescript-eslint/parser": "6.19.0",
|
||||
"@typescript-eslint/eslint-plugin": "6.20.0",
|
||||
"@typescript-eslint/parser": "6.20.0",
|
||||
"@vitejs/plugin-vue": "5.0.3",
|
||||
"@vitejs/plugin-vue-jsx": "3.1.0",
|
||||
"@vue/eslint-config-prettier": "9.0.0",
|
||||
"@vue/eslint-config-typescript": "12.0.0",
|
||||
"@vue/test-utils": "2.4.3",
|
||||
"@vue/test-utils": "2.4.4",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-vue": "9.20.1",
|
||||
"husky": "8.0.3",
|
||||
"jsdom": "23.2.0",
|
||||
"lint-staged": "15.2.0",
|
||||
"eslint-plugin-vue": "9.21.1",
|
||||
"husky": "9.0.10",
|
||||
"jsdom": "24.0.0",
|
||||
"lint-staged": "15.2.1",
|
||||
"prettier": "3.2.4",
|
||||
"sass": "1.70.0",
|
||||
"typescript": "5.3.3",
|
||||
"unocss": "0.58.3",
|
||||
"vite": "5.0.11",
|
||||
"unocss": "0.58.4",
|
||||
"vite": "5.0.12",
|
||||
"vite-plugin-svg-icons": "2.0.1",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
"vitest": "1.2.1",
|
||||
"vue-eslint-parser": "9.4.0",
|
||||
"vitest": "1.2.2",
|
||||
"vue-eslint-parser": "9.4.2",
|
||||
"vue-tsc": "1.8.27"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
1057
pnpm-lock.yaml
generated
1057
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ export interface ListItem {
|
||||
title: string
|
||||
datetime?: string
|
||||
description?: string
|
||||
status?: "" | "success" | "info" | "warning" | "danger"
|
||||
status?: "primary" | "success" | "info" | "warning" | "danger"
|
||||
extra?: string
|
||||
}
|
||||
|
||||
@ -55,7 +55,7 @@ export const todoData: ListItem[] = [
|
||||
title: "任务名称",
|
||||
description: "这家伙很懒,什么都没留下",
|
||||
extra: "进行中",
|
||||
status: ""
|
||||
status: "primary"
|
||||
},
|
||||
{
|
||||
title: "任务名称",
|
||||
|
Loading…
x
Reference in New Issue
Block a user