Files
quinn-wx/components/tab-bar/tab-bar.wxml
2022-11-10 17:13:00 +08:00

6 lines
210 B
Plaintext

<view
class="{{classPrefix}} {{bordered ? classPrefix + '--border' : ''}} {{fixed ? classPrefix + '--fixed' : ''}} {{safeAreaInsetBottom ? classPrefix + '--safe' : ''}} {{prefix}}-class"
>
<slot />
</view>