mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
Update config.ts
md should be a string for mode
This commit is contained in:
@ -35,7 +35,7 @@ import {isObject, isDefined, isFunction, isArray} from '../util/util';
|
|||||||
* @App({
|
* @App({
|
||||||
* template: `<ion-nav [root]="root"></ion-nav>`
|
* template: `<ion-nav [root]="root"></ion-nav>`
|
||||||
* config: {
|
* config: {
|
||||||
* mode: md
|
* mode: 'md'
|
||||||
* }
|
* }
|
||||||
* })
|
* })
|
||||||
* ```
|
* ```
|
||||||
|
Reference in New Issue
Block a user