docs(tabs): correct ion-route property path to url (#17794)

This commit is contained in:
Jurgen Jocubeit
2019-03-16 07:05:40 +10:00
committed by Brandy Carney
parent 2225941efb
commit b5a393bd48

View File

@ -55,7 +55,7 @@ When the ionic's router (`ion-router`) is used, the `tab` property matches the "
The following route within the scope of a `ion-tabs` outlet: The following route within the scope of a `ion-tabs` outlet:
```html ```html
<ion-route path="/settings-page" component="settings"></ion-route> <ion-route url="/settings-page" component="settings"></ion-route>
``` ```
Would match the following tab: Would match the following tab: