We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19dbff commit ca6a04fCopy full SHA for ca6a04f
playground/src/loaders/colada-loaders.ts
@@ -33,5 +33,5 @@ export const useUserData = defineColadaLoader('/users/colada-loader.[id]', {
33
return ['loader-users', to.params.id]
34
},
35
staleTime: 10000,
36
- // lazy: (to, from) => to.name && to.name === from?.name,
+ lazy: (to, from) => to.name && to.name === from?.name,
37
})
0 commit comments