[DOC] adapt documentation to env changes

part of #430
This commit is contained in:
Géry Debongnie
2019-10-31 22:45:22 +01:00
parent 534152eff7
commit 83532db48f
11 changed files with 68 additions and 62 deletions
+2 -1
View File
@@ -444,7 +444,8 @@ app.mount(document.body);
```
The root component does not have a parent nor props. It will be setup with an
[environment](environment.md) (located in `owl.config.env`).
[environment](environment.md) (either the `env` defined on its class, or a
default empty environment).
### Composition