TahaSh / vue-paginate

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

How to import vue-paginate localy? #84

Open shrue348 opened 6 years ago

shrue348 commented 6 years ago

How to import vue-paginate localy?

mornir commented 6 years ago

Because you would like to only load vue-paginate when needed? This package is only about 9kb... It won't hurt to load it in main.js.

shrue348 commented 6 years ago

some other components use own pagination which conflict with it globaly

TahaSh commented 6 years ago

@shrue348 Could you please show me a quick example of this conflict?