docs: fix edge alert syntax (#4653)

This commit is contained in:
Natchapon Saejueng 2022-04-27 16:03:22 +07:00 committed by GitHub
parent e789a5727b
commit cc37547993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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