Skip to content

Commit ca6a04f

Browse files
committed
chore: playground
1 parent d19dbff commit ca6a04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/src/loaders/colada-loaders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ export const useUserData = defineColadaLoader('/users/colada-loader.[id]', {
3333
return ['loader-users', to.params.id]
3434
},
3535
staleTime: 10000,
36-
// lazy: (to, from) => to.name && to.name === from?.name,
36+
lazy: (to, from) => to.name && to.name === from?.name,
3737
})

0 commit comments

Comments
 (0)