diff options
| author | pany <[email protected]> | 2022-04-21 12:22:35 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2022-04-21 12:22:35 +0800 |
| commit | 5ce6eb37ca852643f37d07c26a9fb5d443c69c84 (patch) | |
| tree | 1de4b6a1bfa59f1a388c361d47c08fbbe06739a9 /tsconfig.json | |
| parent | 09f941a7b71b979afede6c077b89f1ff6d2691f2 (diff) | |
chore: 自动按需导入 element-plus
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 062d523..43628a3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,7 +25,7 @@ "node", "vite/client", /** element-plus 的 volar 插件支持 */ - // "element-plus/global" + "element-plus/global" ], /** baseUrl 用来告诉编译器到哪里去查找模块,使用非相对模块时必须配置此项 */ "baseUrl": ".", |
