5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
|
<view wx:if="{{ title }}" class="{{ classPrefix }}__title {{prefix}}-class-title"> {{ title }} </view>
|
||
|
<view class="{{prefix}}-class {{ classPrefix }} {{ bordered ? classPrefix + '--bordered' : '' }}">
|
||
|
<slot />
|
||
|
</view>
|