debug: potentially fixable with the `--fix` option nuxt.js
做尚医通项目103p的时候,搭完前端一片红:
解决方案:
在项目的nuxt.config.js文件中添加:
options: {
fix: true
}
添加完之后是这样的:
再重新npm run dev之后就没问题了
做尚医通项目103p的时候,搭完前端一片红:
解决方案:
在项目的nuxt.config.js文件中添加:
options: {
fix: true
}
添加完之后是这样的:
再重新npm run dev之后就没问题了