报错信息如下:Cannot find module 'vue'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
解决方案:
将根目录下的tsconfig.json文件中的compilerOptions->moduleResolution的值从bundler修改成node即可。
报错信息如下:Cannot find module 'vue'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
解决方案:
将根目录下的tsconfig.json文件中的compilerOptions->moduleResolution的值从bundler修改成node即可。