mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(config): persistConfig
This commit is contained in:
@ -6,7 +6,7 @@ export interface IonicConfig {
|
||||
* Possible values are: `"ios"` or `"md"`.
|
||||
*/
|
||||
mode?: Mode;
|
||||
_persist?: boolean;
|
||||
persistConfig?: boolean;
|
||||
|
||||
isDevice?: boolean;
|
||||
statusbarPadding?: boolean;
|
||||
|
Reference in New Issue
Block a user