vant-weapp/dist/col/index.wxml
2018-08-07 15:10:21 +08:00

7 lines
165 B
Plaintext

<view
class="custom-class van-col {{ span ? 'van-col--' + span : '' }} {{ offset ? 'van-col--offset-' + offset : '' }}"
style="{{ style }}"
>
<slot />
</view>