mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix test
This commit is contained in:
@ -5,14 +5,14 @@
|
|||||||
</ion-list-header>
|
</ion-list-header>
|
||||||
|
|
||||||
<ion-item *for="#item of items">
|
<ion-item *for="#item of items">
|
||||||
|
|
||||||
<ion-primary-swipe-buttons>
|
<ion-primary-swipe-buttons>
|
||||||
<div style="width: 200px; background: red; height: 100%">
|
<div style="width: 200px; background: red; height: 100%">
|
||||||
</div>
|
</div>
|
||||||
</ion-primary-swipe-buttons>
|
</ion-primary-swipe-buttons>
|
||||||
|
|
||||||
Item {{item}}
|
Item {{item}}
|
||||||
<ion-item-accessory>
|
|
||||||
Label {{item}}
|
|
||||||
</ion-item-accessory>
|
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
</ion-list>
|
</ion-list>
|
||||||
|
Reference in New Issue
Block a user