lokyoung / vuejs-paginate

A Vue.js(v2.x+) component for creating pagination.
MIT License
779 stars 171 forks source link

Not SSR compatible #100

Closed darkiron closed 5 years ago

darkiron commented 5 years ago

Hi, In server side rendering we got an error:

ReferenceError: window is not defined
lokyoung commented 5 years ago

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';
lokyoung commented 5 years ago

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

jamesalways commented 4 years ago

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