We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ion-title 是设置工具栏或导航栏标题的组件。
ion-title
<ion-header> <!--设置导航栏Title--> <ion-navbar> <ion-title>Main Header</ion-title> </ion-navbar> <!--设置工具栏Title--> <ion-toolbar> <ion-title>Subheader</ion-title> </ion-toolbar> </ion-header>
There was an error while loading. Please reload this page.