TahaSh / vue-paginate

A simple vue.js plugin to paginate data
MIT License
593 stars 103 forks source link

Can vue-paginate be used for a single component without importing it globally as a plugin ? #122

Open code4jhon opened 5 years ago

code4jhon commented 5 years ago

This is more a question than an issue but not sure where to ask.

So this works like a charm but really I only need to use the pagination for one of my components and wanted to avoid importing this and using it globally although not really sure if this would have any benefits but for clarity sake I wanted to import it only in the component where it's going to actually be used, is there a way to use it this way ?