🐜 Fix bug where haveLoaded is always false for local
This fixes the useFind
Vue Composition API utility. The haveLoaded
property will now always be set to true
when local: true
is enabled in the options. This will allow UIs controlling local pagination to be coded the same as non-local ones. Thanks to @amoghpalnitkar for identifying the bug.