lokyoung/vuejs-paginate

Not SSR compatible

Closed this issue ยท 3 comments

Hi,
In server side rendering we got an error:

ReferenceError: window is not defined

Hi @darkiron . If you want to use SSR, you need to import this library follow this method.

import Paginate from 'vuejs-paginate/src/components/Paginate.vue';

@darkiron I will close this issue now. Any questions please reopen it.

@lokyoung can you add this in the docs? In my opinion is important the docs has this info. Thanks!