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

7 lines
276 B
Plaintext

<wxs src="../common/utils.wxs" module="_" />
<view wx:if="{{ title }}" class="{{ classPrefix }}__title {{prefix}}-class-title"> {{ title }} </view>
<view style="{{ style }}" class="{{_.cls(classPrefix, [[bordered, 'bordered'], theme])}} {{prefix}}-class">
<slot />
</view>