f / vue-wait

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing on Server Side Rendering in Nuxt

appinteractive opened this issue · comments

I Think this library only works client-side because It use dom element.
So. you should use tag in vue template code
eg

<client-only>
  <v-wait/>
</client-only>

Thanks for the reply, to be honest I do not remember if or how I fixed it as its over a year ago. I will close the ticket.