mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
docs: fix edge alert syntax (#4653)
This commit is contained in:
parent
e789a5727b
commit
cc37547993
@ -98,6 +98,7 @@ If you place anything within square brackets, it will be turned into a [dynamic
|
||||
If you want a parameter to be _optional_, you must enclose it in double square brackets - for example, `~/pages/[[slug]]/index.vue` or `~/pages/[[slug]].vue` will match both `/` and `/test`.
|
||||
|
||||
::StabilityEdge{title="Optional dynamic params with [[slug]] syntax"}
|
||||
::
|
||||
|
||||
### Example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user