Newer
Older
smartKitchenMiniProgram / miniprogram_npm / @vant / weapp / info / index.wxml
dutingting on 22 Nov 2022 228 bytes 1.0.1
<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>