eyal-rp

Results 3 comments of eyal-rp

Can someone on the Vuex team respond to this? I've ran into the same problem with a very simple watchEffect... it seems just using store.dispatch inside the watchEffect callback causes...

Also same issue! just wasted half a day trying to figure out what I'm doing wrong, but I think it's a bug. In: Pagination.ts It seems that setPageCount is using...

This is actually a really easy fix.. Replacing in the above function 'setPagination' to 'setOptions' fixes the issue, I'll open a PR for this.