🐜 useFind getter now returns empty array when params are `null`
When params === null, the useFind getter was returning all items in the Model's store instead of an empty array. This release fixes this behavior so that, as with the rest of feathers-vuex, the getter will return an empty set when params are null.