Skip to content

Commit

Permalink
docs: keep upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 22, 2024
1 parent e55d735 commit d41907b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rfcs/data-loaders/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Data Loaders should be able to load data based **solely on the URL**. This ensur

#### `defineLoader()` signature

Data loaders must accept an optional first parameter to type the route:
Data Loaders must accept an optional first parameter to type the route:

```ts twoslash
import 'unplugin-vue-router/client'
Expand Down Expand Up @@ -1044,7 +1044,7 @@ Introduce this as part of [unplugin-vue-router][uvr] to test it first and make i
- Should there by a `beforeLoad()` hook that is called and awaited before all data loaders
- Same for `afterLoad()` that is always called after all data loaders
- What else is needed besides the `route` inside loaders?
- ~~Add option for placeholder data?~~ Data loaders should implement this themselves
- ~~Add option for placeholder data?~~ Data Loaders should implement this themselves
- What other operations might be necessary for users?

<!--
Expand Down

0 comments on commit d41907b

Please sign in to comment.