mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 14:53:04 +08:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
<wxs src="../wxs/utils.wxs" module="utils" />
|
|
|
|
<view
|
|
class="custom-class {{ utils.bem('tab__pane', { active, inactive: !active }) }}"
|
|
style="{{ shouldShow ? '' : 'display: none;' }}"
|
|
>
|
|
<slot wx:if="{{ shouldRender }}" />
|
|
</view>
|