refactor(projects): finish refactor useTable

This commit is contained in:
Soybean
2024-03-19 01:01:00 +08:00
parent c3efa1b6e0
commit 8630175a3f
6 changed files with 23 additions and 40 deletions

View File

@ -13,5 +13,6 @@
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/locales/langs"],
"prettier.enable": false,
"unocss.root": ["./"]
"unocss.root": ["./"],
"typescript.tsdk": "node_modules/typescript/lib"
}