8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b287d70 commit 1602a45Copy full SHA for 1602a45
README.md
@@ -150,7 +150,7 @@ Client-side routing behaves exactly like the native UA:
150
151
Each top-level component receives a `url` property with the following API:
152
153
-- `path` - `String` of the current path excluding the query string
+- `pathname` - `String` of the current path excluding the query string
154
- `query` - `Object` with the parsed query string. Defaults to `{}`
155
- `push(url)` - performs a `pushState` call associated with the current component
156
- `replace(url)` - performs a `replaceState` call associated with the current component
0 commit comments