mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: update code to show how to enable typedPages
(#24436)
This commit is contained in:
parent
b8bfa60ece
commit
36aee52011
@ -336,7 +336,7 @@ Enable the new experimental typed router using [`unplugin-vue-router`](https://g
|
|||||||
```ts [nuxt.config.ts]
|
```ts [nuxt.config.ts]
|
||||||
export defineNuxtConfig({
|
export defineNuxtConfig({
|
||||||
experimental: {
|
experimental: {
|
||||||
typedPages: false
|
typedPages: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user