mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
feat(router): wildcard redirects
This commit is contained in:
@ -17,11 +17,6 @@ string
|
||||
|
||||
|
||||
|
||||
#### redirectTo
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### url
|
||||
|
||||
string
|
||||
@ -39,11 +34,6 @@ string
|
||||
|
||||
|
||||
|
||||
#### redirect-to
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### url
|
||||
|
||||
string
|
||||
|
||||
@ -8,7 +8,6 @@ export class Route {
|
||||
|
||||
@Prop() url = '';
|
||||
@Prop() component: string;
|
||||
@Prop() redirectTo: string;
|
||||
@Prop() componentProps: {[key: string]: any};
|
||||
|
||||
@Event() ionRouteDataChanged: EventEmitter;
|
||||
|
||||
Reference in New Issue
Block a user