mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +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;
|
||||
name?: string;
|
||||
segment?: string;
|
||||
defaultHistory?: string[];
|
||||
defaultHistory?: string[] | any[];
|
||||
priority?: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user