[IMP] component: support dynamic t-props

It is useful in some rare situations.

closes #144
This commit is contained in:
Géry Debongnie
2019-09-11 14:01:49 +02:00
parent ffb3263c79
commit 4fc3423682
13 changed files with 128 additions and 39 deletions
+1 -2
View File
@@ -125,7 +125,7 @@ The router also has a `navigate` method, useful to programmatically change the
application to another state (and the url):
```js
router.navigate({to: 'USER', params: {id: 51}});
router.navigate({ to: "USER", params: { id: 51 } });
```
### Navigation Guards
@@ -160,7 +160,6 @@ to the currently active route (if any):
</div>
```
### `Link`
The `Link` component is a Owl component which render as a `<a>` tag with any