docs: add missing `query` returned value from `useRoute()` (#28743)

This commit is contained in:
Ismail Sabet 2024-08-28 23:09:35 +03:00 committed by GitHub
parent 717b026222
commit babcb28d0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Apart from dynamic parameters and query parameters, `useRoute()` also provides t
- `fullPath`: encoded URL associated with the current route that contains path, query and hash - `fullPath`: encoded URL associated with the current route that contains path, query and hash
- `hash`: decoded hash section of the URL that starts with a # - `hash`: decoded hash section of the URL that starts with a #
- `query`: access route query parameters
- `matched`: array of normalized matched routes with current route location - `matched`: array of normalized matched routes with current route location
- `meta`: custom data attached to the record - `meta`: custom data attached to the record
- `name`: unique name for the route record - `name`: unique name for the route record