vue3-radial-progress
vue3-radial-progress copied to clipboard
[Feature request] support SSR
Right now the component used in a SSR page will throw warnings for hydration mismatch like the example bellow.
As workaround it can be wrapped with <ClientOnly>
tag for client rendering.
<div>
+ <ClientOnly>
<RadialProgress /* ... */ >
</RadialProgress>
+ </ClientOnly>
</div>
Config
- @unocss/nuxt 0.58.6
- Nuxt 3.11.1
- vue3-radial-progress 1.1.1