| 1 |
- <view data-event-opts="{{[['touchstart',[['touchStart',['$event']]]],['touchmove',[['touchMove',['$event']]]],['touchend',[['touchEnd',['$event']]]]]}}" class="sliding-container" style="{{(containerStyle)}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"><view class="page prev-page" style="{{(prevPageStyle)}}"><slot name="prev"></slot></view><view class="page current-page" style="{{(currentPageStyle)}}"><slot name="current"></slot></view><view class="page next-page" style="{{(nextPageStyle)}}"><slot name="next"></slot></view></view>
|