mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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]
|
||||
export defineNuxtConfig({
|
||||
experimental: {
|
||||
typedPages: false
|
||||
typedPages: true
|
||||
}
|
||||
})
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user