Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / col / index.wxml
zhout on 4 Mar 2021 198 bytes first commit
<wxs src="../wxs/utils.wxs" module="utils" />

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