vant-weapp/dist/info/index.wxml
2018-12-19 16:54:07 +08:00

8 lines
119 B
Plaintext

<view
wx:if="{{ info !== null }}"
class="custom-class van-info"
style="{{ customStyle }}"
>
{{ info }}
</view>