right panel

This commit is contained in:
cxc
2022-12-15 17:30:55 +08:00
parent b9fcfbfb6b
commit 57bcaecc90
23 changed files with 1425 additions and 1130 deletions

10
jsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
// ...
"types": ["element-plus/global"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}