wip: Upgrade ant-design-vue 3.0

This commit is contained in:
vben
2021-11-10 22:12:10 +08:00
parent 3b3f6c903a
commit 3fcfac1f37
43 changed files with 1133 additions and 862 deletions

View File

@@ -1,16 +1,10 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"volar.tsPlugin": true,
"volar.tsPluginStatus": false,
//===========================================
//============= Editor ======================
//===========================================
"npm.packageManager": "pnpm",
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
//===========================================
//============= files =======================
//===========================================
"files.eol": "\n",
"search.exclude": {
"**/node_modules": true,