sone-nuxt-module-paginate
v0.1.1
Published
S1 Nuxt module for paginate
Downloads
147
Readme
S1 Nuxt Module paginate
Install
npm i --save sone-nuxt-module-paginate
Usage
Add module to nuxt.config.js
module.exports = {
modules: [
...
'sone-nuxt-module-paginate'
]
}