active pub

This commit is contained in:
cxc
2022-12-05 08:46:00 +08:00
parent d4778207c7
commit 2b10fba50b
7 changed files with 44 additions and 8 deletions

6
jsconfig.json Normal file
View File

@ -0,0 +1,6 @@
{
"compilerOptions": {
// ...
"types": ["element-plus/global"]
}
}