shopify-vuejs-theme
shopify-vuejs-theme copied to clipboard
Route Change unstyled header
Hello,
Firstly, Thank you for the good post and template. After playing with the theme, I found that each route changes header part is shown with unstyled and then turn to as normal. I attached the chrome dev tools preview to see more clear.
Do you know the reason and how can we solved that?
Many Thanks,
Also noticed this, any advice?
@gokhancetiner You need call css files in tag head
That is probably because we are including the CSS files in the body. I guess we will need a way to delay the rendering like loading screen or find a way to load the CSS sooner. I am open to ideas.