Skip to content

Commit

Permalink
docs: update defining-loaders.md (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun authored Dec 15, 2024
1 parent 1bf080a commit 08f1bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-loaders/defining-loaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const useUserData = defineBasicLoader(
// ...
},
{
lazy: !import.env.SSR, // Vite specific
lazy: !import.meta.env.SSR, // Vite specific
}
)
```
Expand Down

0 comments on commit 08f1bc1

Please sign in to comment.