Files
huzhan_wechat_app/vant/col/index.wxml

4 lines
187 B
Plaintext
Raw Permalink Normal View History

2020-06-09 16:17:23 +08:00
<view class="custom-class {{utils.bem( 'col',[span] )}} {{offset?'van-col--offset-'+offset:''}}" style="{{style}}">
<slot></slot>
</view>
<wxs module="utils" src="../wxs/utils.wxs" />