mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
22 lines
351 B
HTML
22 lines
351 B
HTML
<ion-view>
|
|
|
|
<!-- <ion-view-title>
|
|
ele Title
|
|
</ion-view-title>
|
|
|
|
<ion-view-buttons side="primary">
|
|
<button>p1</button>
|
|
<button>p2</button>
|
|
<button>p3</button>
|
|
</ion-view-buttons>
|
|
|
|
<ion-view-buttons side="secondary">
|
|
<button>s1</button>
|
|
</ion-view-buttons> -->
|
|
|
|
<ion-content>
|
|
CONTENT!!
|
|
</ion-content>
|
|
|
|
</ion-view>
|