make note in docs about m.route singletonness
This commit is contained in:
parent
297146a2cc
commit
55968edf34
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ m.route(document.body, "/home", {
|
|||
})
|
||||
```
|
||||
|
||||
You can only have one `m.route` call per application.
|
||||
|
||||
---
|
||||
|
||||
### Signature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue