<view style="height:{{refresher_height}}px;">
  <slot name="refresher"></slot>
</view>
<scroll-view
  class="onekit-scroll-view {{onekitClass}}" 
  style="display:{{enableFlex}};overflow-anchor:{{scrollAnchoring}};{{onekitStyle}}"
  id="{{onekitId}}" 
  
  scroll-x="{{scrollX}}"
  scroll-y="{{scrollY}}" 
  upper-threshold="{{upperThreshold}}" 
  lower-threshold="{{lowerThreshold}}" 
  scroll-top="{{scrollTop}}" 
  scroll-left="{{scrollLeft}}" 
  scroll-into-view="{{scrollIntoView}}" 
  scroll-with-animation="{{scrollWithAnimation}}"
  enable-back-to-top ="{{enableBackToTop}}"

  onScrollToUpper="scrollView_scrolltoupper" 
  onScrollToLower="scrollView_scrolltolower"
  onScroll="scrollView_scroll">
  <slot></slot>
</scroll-view>
