mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(navigation): legacy deep link config can have a defaultHistory entry that is a component in addi
legacy deep link config can have a defaultHistory entry that is a component in addition to a string
This commit is contained in:
@ -110,7 +110,7 @@ export class DeepLinkMetadata implements IonicPageMetadata {
|
|||||||
loadChildren?: string;
|
loadChildren?: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
segment?: string;
|
segment?: string;
|
||||||
defaultHistory?: string[];
|
defaultHistory?: string[] | any[];
|
||||||
priority?: string;
|
priority?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user