mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: add missing query
returned value from useRoute()
(#28743)
This commit is contained in:
parent
717b026222
commit
babcb28d0c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user