<view class="wv-tabpanel-content {{active ? 'active' : ''}} {{customClass}}" style="{{style}}">
  <scroll-view scroll-y class="wv-tabpanel-content-scroll">
    <slot></slot>
  </scroll-view>
</view>
