Nuxt.js 首屏加载全部js问题
在 nuxt.config.js
配置中修改
module.exports = {
render: {
resourceHints: false,
}
}
1
2
3
4
5
2
3
4
5
上次更新: 2024/01/30, 00:35:17
- 01
- 安装使用 Tesseract OCR 及配置问题解决11-21
- 02
- OpenCV 安装与开发注意事项11-21
在 nuxt.config.js
配置中修改
module.exports = {
render: {
resourceHints: false,
}
}