Commit ba7be9d
committed
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.1 parent f8295a2 commit ba7be9d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments