DEV Community

Discussion on: Vue SSR Problem

Collapse
 
nishantwrp profile image
Nishant Mittal

Update: I have found a workaround i.e. to not use v-if instead use display: none; to hide the main element.

Collapse
 
marcellothearcane profile image
marcellothearcane

If you aren't, use v-show instead.