- <wxs module="utils" src="../wxs/utils.wxs"/>
- <wxs module="computed" src="./index.wxs"/>
- <view
- class="custom-class {{ utils.bem('col', [span]) }} {{ offset ? 'van-col--offset-' + offset : '' }}"
- style="{{ computed.rootStyle({ gutter }) }}"
- >
- <slot/>
- </view>
|