1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-26 03:26:35 +08:00
2020-12-09 14:02:46 +08:00

8 lines
228 B
Plaintext

<wxs src="../wxs/utils.wxs" module="utils" />
<view
wx:if="{{ info !== null && info !== '' || dot }}"
class="van-info {{ utils.bem('info', { dot }) }} custom-class"
style="{{ customStyle }}"
>{{ dot ? '' : info }}</view>