resolve: {
alias: {
'@': resolve(__dirname, 'src')
}
},
这样设置后编辑器导入的时候 @ 没有提示, 但是能正确导入
https://github.com/pylist/vue3-template
大佬们能帮我看看什么问题吗?
1
ddiu8081 2022 年 6 月 7 日
需要根目录配置 tsconfig.json 或 jsconfig.json
https://gist.github.com/ddiu8081/e6bfffdcea98d37e183109c98996595c |