mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(tabs): correct ion-route property path to url (#17794)
This commit is contained in:
committed by
Brandy Carney
parent
2225941efb
commit
b5a393bd48
@ -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:
|
||||
|
||||
```html
|
||||
<ion-route path="/settings-page" component="settings"></ion-route>
|
||||
<ion-route url="/settings-page" component="settings"></ion-route>
|
||||
```
|
||||
|
||||
Would match the following tab:
|
||||
|
||||
Reference in New Issue
Block a user