dolanske / vui

Brother in Christ there's a new UI library (only for me tho)
GNU General Public License v3.0
1 stars 0 forks source link

Investigate why components's CSS variables load later #20

Closed dolanske closed 4 days ago

dolanske commented 5 days ago

When loading page in SSR, the vue components load instantly, but their scoped styles are loaded only once the client-side is hydrated. Could this be caused by using v-bind in the scoped style block?

Try to move this into :style attribute and measure if there is any difference.

dolanske commented 4 days ago

Fixed in latest version