f / vue-wait

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
MIT License
2k stars 101 forks source link

Failing on Server Side Rendering in Nuxt #89

Closed appinteractive closed 3 years ago

appinteractive commented 4 years ago
grafik
JunjaK commented 3 years ago

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>
JunjaK commented 3 years ago

ref this page https://ko.nuxtjs.org/docs/2.x/features/nuxt-components/#the-client-only-component

appinteractive commented 3 years ago

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.