Merge remote-tracking branch 'origin/rewrite' into rewrite
This commit is contained in:
commit
40ff3c89b5
1 changed files with 2 additions and 2 deletions
|
|
@ -218,10 +218,10 @@ m.route("/other/route");
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// Getting the current route
|
// Getting the current route
|
||||||
m.route.getPath();
|
m.route.get();
|
||||||
|
|
||||||
// Setting a new route
|
// Setting a new route
|
||||||
m.route.setPath("/other/route");
|
m.route.set("/other/route");
|
||||||
```
|
```
|
||||||
|
|
||||||
## Accessing route params
|
## Accessing route params
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue