9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
<wxs src="../wxs/utils.wxs" module="utils" />
|
|
|
|
<view
|
|
class="custom-class {{ utils.bem('col', [span]) }} {{ offset ? 'van-col--offset-' + offset : '' }}"
|
|
style="{{ style }}"
|
|
>
|
|
<slot />
|
|
</view>
|