7 lines
282 B
Plaintext
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>
|