Not SSR compatible
Closed this issue ยท 3 comments
darkiron commented
Hi,
In server side rendering we got an error:
ReferenceError: window is not defined
lokyoung commented
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';
jamesalways commented
@lokyoung can you add this in the docs? In my opinion is important the docs has this info. Thanks!