hmuyin
hmuyin
Yes, I also encountered this issue. Without making any changes to the code, upgrading to 3.10.2 only resulted in CSS appearing as if it had not been loaded when the...
"nuxt": "^3.10.2", "sass": "^1.71.0", "vue": "^3.4.19", "vue-router": "^4.2.5"
> 我发现这是 vite 🤣 的问题 > > 请将以下配置添加到您的package.json ↓ > > ```json > { > "overrides": { > "vite": "npm:vite@latest" > }, > "resolutions": { > "vite": "npm:vite@latest" > }...