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
Added check for getterParams is not undefined, to enable documented "return null" feature
Added check for getterParams is not undefined, to enable documented "return null" feature as described in https://vuex.feathersjs.com/composition-api.html#options (before returning null in the computed threw an error because paginate couldn't be found on a null object)
0 commit comments