vue-lazy-hydration icon indicating copy to clipboard operation
vue-lazy-hydration copied to clipboard

scopeid of vue html changed

Open Funwentao opened this issue 3 years ago • 1 comments
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.

Funwentao avatar Jun 30 '22 09:06 Funwentao

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.

meepleek avatar Oct 18 '22 11:10 meepleek