- 删除冗余的index.vue文件,将其功能整合到MainLayout.vue - 修改LeftModule.vue中的菜单项文字从"文章"改为"目录" - 更新打字机效果的默认文本为测试内容 - 优化jsconfig.json格式
11 lines
144 B
JSON
11 lines
144 B
JSON
{
|
|
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|