refactor(steps): 优化初始化页面的布局。让IDE能够正确识别@

This commit is contained in:
2025-09-02 13:26:06 +08:00
parent a40fa37bfd
commit 11e3c2281e
12 changed files with 87 additions and 210 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}