2023-03-06 17:57:39 +08:00

7 lines
282 B
Plaintext

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