Skip to content

Commit 1beb087

Browse files
committed
docs: update contributing.md
1 parent 9d8ba83 commit 1beb087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Ideally, extract utilities into separate files so they can be unit tested. 🙏
347347

348348
### Internal linking
349349

350-
Always use **object syntax with named routes** for internal navigation. This makes links resilient to URL structure changes and provides type safety via `unplugin-vue-router`.
350+
Always use **object syntax with named routes** for internal navigation. This makes links resilient to URL structure changes and provides type safety with the [typedPages Nuxt option](https://nuxt.com/docs/4.x/guide/going-further/experimental-features#typedpages).
351351

352352
```vue
353353
<!-- Good: named route -->

0 commit comments

Comments
 (0)