Newer
Older
smart_construction / miniprogram / miniprogram_npm / @vant / weapp / col / index.wxml
zhout on 27 May 2020 202 bytes Initial Commit
<wxs src="../wxs/utils.wxs" module="utils" />

<view
  class="custom-class {{ utils.bem('col', [span]) }} {{ offset ? 'van-col--offset-' + offset : '' }}"
  style="{{ viewStyle }}"
>
  <slot />
</view>