Fix formatting
This commit is contained in:
parent
837c92349b
commit
ae1cf554ef
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ m.route(element, '/', {
|
|||
|
||||
## `m.route` mode
|
||||
|
||||
`m.route.mode` was replaced by `m.route.prefix(prefix)` where `prefix` can be `#`, `?`, `` (for "pathname" mode). The new API also supports hashbang (`#!`), which is the default, and it supports non-root pathnames and arbitrary mode variations such as querybang (`?!`)
|
||||
`m.route.mode` was replaced by `m.route.prefix(prefix)` where `prefix` can be `#`, `?`, or an empty string (for "pathname" mode). The new API also supports hashbang (`#!`), which is the default, and it supports non-root pathnames and arbitrary mode variations such as querybang (`?!`)
|
||||
|
||||
## `m.route()` and anchor tags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue