fix: fix typecheck

This commit is contained in:
Li Kui
2025-11-06 23:02:24 +08:00
parent 1af11240a6
commit 99d663a6f2
4 changed files with 22 additions and 10 deletions

View File

@@ -42,9 +42,13 @@
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"dayjs": "catalog:",
"lodash-es": "^4.17.21",
"pinia": "catalog:",
"tdesign-vue-next": "^1.17.1",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12"
}
}