Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

HardDrive's avatar

Vue styles not loading

Hi

I have just noticed on my Laravel 8 app that styles within my Vue components are not loading can anyone suggest where to look please?

I don't think I have done anything different to normal

0 likes
1 reply
Snapey's avatar

first thing to check is the network tab in the browser. See if any resources are not being loaded

If they are, then maybe your build process is not looking at your vue files to know what styles are in use (assuming tailwind)

Please or to participate in this conversation.