vue-lazy-hydration
vue-lazy-hydration copied to clipboard
scopeid of vue html changed
trafficstars
i am using a component and i should import it's style files at the same time, but after i use hydrateNever(() => import('./myComponent.vue')), the scopeid of the html generated from myComponent changed, that causes my style files to fail.
Have you figured out how to prevent/deal with this?
Nevermind, my issue is related to css extraction and the styles only loading when hydrating or rather importing the async component.