[FIX] observer: properly handle dates

This commit is contained in:
Géry Debongnie
2019-08-22 13:49:41 +02:00
parent fd0fb5be00
commit eaf912bed7
3 changed files with 22 additions and 2 deletions
+2 -1
View File
@@ -255,7 +255,8 @@ At this point, the component is not yet rendered. Note that a slow `willStart` m
interface. Therefore, some care should be made to make this method as
fast as possible.
The component rendering will take place after `willStart` is completed.
After the `willStart` method is completed, the state will be observed with a
new `Observer`. Then, the component will be rendered by `QWeb`.
#### `mounted()`