mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 09:55:53 +00:00
docs: remove edge banners for rc.10
This commit is contained in:
parent
5bc654495a
commit
f0a2d622b2
@ -343,8 +343,6 @@ export default <RouterOptions> {
|
|||||||
|
|
||||||
#### Custom Routes
|
#### Custom Routes
|
||||||
|
|
||||||
:StabilityEdge{title="Custom Routes"}
|
|
||||||
|
|
||||||
You can optionally override routes using a function that accepts scanned routes and returns customized routes.
|
You can optionally override routes using a function that accepts scanned routes and returns customized routes.
|
||||||
If returning `null` or `undefined`, Nuxt will fallback to the default routes. (useful to modify input array)
|
If returning `null` or `undefined`, Nuxt will fallback to the default routes. (useful to modify input array)
|
||||||
|
|
||||||
@ -365,8 +363,6 @@ export default <RouterOptions> {
|
|||||||
|
|
||||||
#### Custom History (advanced)
|
#### Custom History (advanced)
|
||||||
|
|
||||||
:StabilityEdge{title="Custom History"}
|
|
||||||
|
|
||||||
You can optionally override history mode using a function that accepts base url and returns history mode.
|
You can optionally override history mode using a function that accepts base url and returns history mode.
|
||||||
If returning `null` or `undefined`, Nuxt will fallback to the default history.
|
If returning `null` or `undefined`, Nuxt will fallback to the default history.
|
||||||
|
|
||||||
@ -402,8 +398,6 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
### Hash Mode (SPA)
|
### Hash Mode (SPA)
|
||||||
|
|
||||||
:StabilityEdge{title="Hash Mode"}
|
|
||||||
|
|
||||||
You can enable hash history in SPA mode. In this mode, router uses a hash character (#) before the actual URL that is internally passed. When enabled, the **URL is never sent to the server** and **SSR is not supported**.
|
You can enable hash history in SPA mode. In this mode, router uses a hash character (#) before the actual URL that is internally passed. When enabled, the **URL is never sent to the server** and **SSR is not supported**.
|
||||||
|
|
||||||
```ts [nuxt.config.ts]
|
```ts [nuxt.config.ts]
|
||||||
|
Loading…
Reference in New Issue
Block a user