vant-weapp/lib/info/index.wxml
2019-04-03 10:21:53 +08:00

6 lines
115 B
Plaintext

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