You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inspecting a vuex-pagination instance in Vue devtools, it doesn't show all the properties. This is probably due to the fact that we're using a Proxy.
However, it should be possible to inspect the values in devtools too.
The steps for solving this issue should be the following:
Find out exactly why it is not displayed properly
Implement this so in devtools we see all properties of the instance (items, loading, total, totalPages, page, pageSize)
Check if values can be edited from the devtools (e.g. page or pageSize)
Profit 🎉
The text was updated successfully, but these errors were encountered:
When inspecting a
vuex-pagination
instance in Vue devtools, it doesn't show all the properties. This is probably due to the fact that we're using a Proxy.However, it should be possible to inspect the values in devtools too.
The steps for solving this issue should be the following:
items
,loading
,total
,totalPages
,page
,pageSize
)page
orpageSize
)The text was updated successfully, but these errors were encountered: