hilongjw / vue-progressbar

A lightweight progress bar for vue
http://hilongjw.github.io/vue-progressbar
MIT License
1.46k stars 162 forks source link

I encountered a warning when using it with server side rendering #68

Open thandonguocmo2020 opened 6 years ago

thandonguocmo2020 commented 6 years ago

[vue-server-renderer] Component VueProgress implemented serverCacheKey, but no cache was provided to the renderer.

s-a-tanjim commented 3 years ago

This worked for me

<client-only>
    <vue-progress-bar></vue-progress-bar>
 </client-only>