fix menu definition
This commit is contained in:
parent
4e8f7a4c69
commit
eb8fbd59ca
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export class MyApp {
|
|||
|
||||
rootPage: any = StreamPage;
|
||||
|
||||
pages: Array<{title: string, component: any, params: Object}>;
|
||||
pages: Array<{title: string, icon: string, component: any, params: Object}>;
|
||||
|
||||
scope: Array<string> = ['basic','stream','write_post','files'];
|
||||
|
||||
|
|
Reference in a new issue