根據(jù)報錯提示:“Cannot find module ‘vue’. Did you mean to set the ‘moduleResolution’ option to ‘node’, or to add aliases to the ‘paths’ option?ts(2792)”, 在“tsconfig.app.json” 文件 的"compilerOptions" 選項中添加配置- - -“moduleResolution”: “node”,添加后保存文件,“main.t...