feathersjs-ecosystem / feathers-vuex

Integration of FeathersJS, Vue, and Nuxt for the artisan developer

Home Page:https://vuex.feathersjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the limit returned by service to edit-scope's queryInfo ?

jd1378 opened this issue · comments

currently we can get total from using edit-scope prop of FeathersVuexFind component, but we can't get the limit sent back by the server as easily. I know it's not that important , because usually limit is somewhat hard coded on both sides, but I find it a bit useful for testing some pagination components quickly.
It would be nice to have it.

After reading the feathers-vuex code and doing some logging I found that this is already available, but not in queryInfo, inside pageInfo.pageParams.$limit.