Files
2023-02-12 19:04:01 +08:00

9 lines
246 B
Plaintext

<wxs src="../common/utils.wxs" module="_" />
<view
style="{{ style }}"
class="{{_.cls(classPrefix, [['border', bordered], ['fixed', fixed], ['safe', safeAreaInsetBottom], shape])}} {{prefix}}-class"
aria-role="tablist"
>
<slot />
</view>