You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <scroll-view tt:if="{{ scroll }}" scroll-x="true"
- class="i-class i-tabs i-tabs-scroll {{ fixed ? 'i-tabs-fixed' : '' }}">
- <slot></slot>
- </scroll-view>
- <view tt:else class="i-class i-tabs {{ fixed ? 'i-tabs-fixed' : '' }}">
- <slot></slot>
- </view>
|